JakeFake222 commited on
Commit
ce7d717
·
verified ·
1 Parent(s): 3e8711c

Fix huggingface_hub version for gradio compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio==4.44.0
2
- cryptography>=41.0.0
3
- bcrypt>=4.1.0
4
- requests>=2.31.0
 
 
1
  gradio==4.44.0
2
+ huggingface_hub==0.24.0
3
+ cryptography==41.0.7
4
+ bcrypt==4.1.2
5
+ requests==2.31.0