StephenSAI commited on
Commit
50203c2
·
verified ·
1 Parent(s): 0c43520

Fix: gradio>=5.40 + huggingface_hub<1.0 (resolve HfFolder import)

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio>=4.0
 
2
  transformers>=4.40
3
  torch
4
  pillow
 
1
+ gradio>=5.40
2
+ huggingface_hub<1.0
3
  transformers>=4.40
4
  torch
5
  pillow