Aivis commited on
Commit
bd26891
Β·
verified Β·
1 Parent(s): dc23d90

Update requirements.txt

Browse files

add huggingface_hub<1.0 to fix "ImportError: cannot import name 'HfFolder' from 'huggingface_hub' ..."

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  gradio
2
  spaces
3
  transformers>=4.46.0
 
4
 
5
  --extra-index-url https://download.pytorch.org/whl/cu113
6
  torch
 
1
  gradio
2
  spaces
3
  transformers>=4.46.0
4
+ huggingface_hub<1.0
5
 
6
  --extra-index-url https://download.pytorch.org/whl/cu113
7
  torch