jonmabe commited on
Commit
9ff329c
·
verified ·
1 Parent(s): 3aa6f7b

Fix Gradio/huggingface_hub version compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.0.0
2
  torch>=2.0.0
3
- transformers>=4.35.0
4
- huggingface_hub>=0.20.0
 
1
+ gradio==4.44.0
2
  torch>=2.0.0
3
+ safetensors>=0.4.0
4
+ huggingface_hub>=0.24.0,<0.27.0