d-e-e-k-11 commited on
Commit
13470f7
·
verified ·
1 Parent(s): 4758905

Fix: pin huggingface_hub==0.20.3 and gradio==4.44.0 to fix HfFolder import error

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  llama-cpp-python==0.1.77
2
- gradio>=4.0.0
 
 
1
  llama-cpp-python==0.1.77
2
+ gradio==4.44.0
3
+ huggingface_hub==0.20.3