Spaces:
Runtime error
Runtime error
fix: add huggingface_hub for model download at runtime
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ gradio>=6.0
|
|
| 2 |
openai>=1.0
|
| 3 |
psutil
|
| 4 |
httpx
|
|
|
|
|
|
| 2 |
openai>=1.0
|
| 3 |
psutil
|
| 4 |
httpx
|
| 5 |
+
huggingface_hub
|