dev-yuje commited on
Commit
187a33e
·
1 Parent(s): 40eaf43

Fix: Resolve HfFolder ImportError by pinning huggingface-hub to 0.24.0

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