Spaces:
Sleeping
Sleeping
Fix: Resolve HfFolder ImportError by pinning huggingface-hub to 0.24.0
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==5.6.0
|
|
|
|
| 2 |
pandas
|
| 3 |
numpy<2.0.0
|
| 4 |
tensorflow-cpu==2.15.0
|
|
|
|
| 1 |
gradio==5.6.0
|
| 2 |
+
huggingface-hub==0.24.0
|
| 3 |
pandas
|
| 4 |
numpy<2.0.0
|
| 5 |
tensorflow-cpu==2.15.0
|