Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
| 1 |
uvicorn==0.22.0
|
| 2 |
pydantic==2.0.0
|
| 3 |
llama-cpp-python==0.1.77
|
| 4 |
requests==2.31.0
|
| 5 |
python-multipart==0.0.6
|
| 6 |
-
httpx==0.24.1
|
| 7 |
-
spaces==0.10.0
|
|
|
|
|
|
| 1 |
+
fastapi==0.95.0
|
| 2 |
uvicorn==0.22.0
|
| 3 |
pydantic==2.0.0
|
| 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
|
| 9 |
+
gradio==3.32.0
|