Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
pydantic
|
4 |
-
llama-cpp-python
|
5 |
-
requests
|
6 |
-
python-multipart
|
7 |
-
httpx
|
8 |
-
spaces
|
|
|
1 |
+
fastapi==0.95.0
|
2 |
+
uvicorn==0.22.0
|
3 |
+
pydantic==1.10.7
|
4 |
+
llama-cpp-python==0.1.77
|
5 |
+
requests==2.31.0
|
6 |
+
python-multipart==0.0.6
|
7 |
+
httpx==0.24.1
|
8 |
+
spaces==0.10.0
|