Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi==0.111.0
|
|
2 |
uvicorn[standard]==0.30.1
|
3 |
httpx==0.27.0
|
4 |
pydantic==2.7.1
|
5 |
-
python-multipart==0.0.9
|
|
|
|
2 |
uvicorn[standard]==0.30.1
|
3 |
httpx==0.27.0
|
4 |
pydantic==2.7.1
|
5 |
+
python-multipart==0.0.9
|
6 |
+
huggingface_hub==0.23.5
|