Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
os
|
2 |
+
time
|
3 |
+
subprocess
|
4 |
+
sys
|
5 |
+
threading
|
6 |
+
http.server
|
7 |
+
urllib.parse
|
8 |
+
json
|
9 |
+
llama_cpp
|
10 |
+
bs4
|