Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn>=0.15.0
|
|
3 |
pydantic>=1.8.0
|
4 |
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
-
numpy>=1.24.0
|
|
|
|
3 |
pydantic>=1.8.0
|
4 |
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
+
numpy>=1.24.0
|
7 |
+
huggingface_hub>=0.19.0
|