md896 commited on
Commit
f7153ad
·
1 Parent(s): 4c3e70f

Pin Gradio >=5.7.1 for huggingface_hub 1.x (fixes HfFolder ImportError on Space).

Browse files
Files changed (1) hide show
  1. 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
- gradio>=4.44.0
 
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