Spaces:
Runtime error
Runtime error
Add huggingface-hub dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -12,3 +12,4 @@ fastapi>=0.104.0
|
|
| 12 |
uvicorn>=0.24.0
|
| 13 |
gradio>=4.0.0
|
| 14 |
python-multipart>=0.0.6
|
|
|
|
|
|
| 12 |
uvicorn>=0.24.0
|
| 13 |
gradio>=4.0.0
|
| 14 |
python-multipart>=0.0.6
|
| 15 |
+
huggingface-hub>=0.19.0
|