Elliot Sones commited on
Commit
45278ff
·
1 Parent(s): f04b65a

Fix: Pin huggingface_hub<0.25.0 to solve HfFolder import error

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  gradio>=4.0.0
2
  torch>=2.0.0
3
  numpy>=1.24.0,<2.0.0
 
 
1
  gradio>=4.0.0
2
  torch>=2.0.0
3
  numpy>=1.24.0,<2.0.0
4
+ huggingface_hub<0.25.0