Spaces:
Running
Running
Pin Gradio >=5.7.1 for huggingface_hub 1.x (fixes HfFolder ImportError on Space).
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,5 +5,6 @@ openenv-core>=0.1.0
|
|
| 5 |
openai>=2.0.0
|
| 6 |
httpx>=0.27.0
|
| 7 |
python-multipart==0.0.9
|
| 8 |
-
|
|
|
|
| 9 |
|
|
|
|
| 5 |
openai>=2.0.0
|
| 6 |
httpx>=0.27.0
|
| 7 |
python-multipart==0.0.9
|
| 8 |
+
# Gradio <5.7.1 breaks with huggingface_hub>=1 (HfFolder removed from hub).
|
| 9 |
+
gradio>=5.7.1,<6
|
| 10 |
|