Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
duckdb>=1.0
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
| 1 |
duckdb>=1.0
|
| 2 |
+
# Pin a hub that still exports HfFolder (needed by gradio 4.44) AND has
|
| 3 |
+
# upload_large_folder (added 0.25.0). hub 1.x removed HfFolder → import error.
|
| 4 |
+
huggingface_hub==0.25.2
|
| 5 |
+
gradio==4.44.0
|