Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn==0.27.0
|
| 3 |
pydantic==2.5.3
|
| 4 |
-
huggingface-hub
|
| 5 |
-
python-dotenv==1.0.0
|
|
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn==0.27.0
|
| 3 |
pydantic==2.5.3
|
| 4 |
+
huggingface-hub>=0.20.3
|
| 5 |
+
python-dotenv==1.0.0
|
| 6 |
+
requests>=2.31.0
|