Spaces:
Sleeping
Sleeping
Fix: Adicionar huggingface_hub>=0.25.0 para compatibilidade com Gradio 5.9
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio>=5.9.0
|
|
|
|
| 2 |
numpy>=1.24.0
|
| 3 |
cryptography>=42.0.0
|
| 4 |
pydantic>=2.5.0
|
|
|
|
| 1 |
gradio>=5.9.0
|
| 2 |
+
huggingface_hub>=0.25.0
|
| 3 |
numpy>=1.24.0
|
| 4 |
cryptography>=42.0.0
|
| 5 |
pydantic>=2.5.0
|