Coddieharsh commited on
Commit
7e1930f
·
1 Parent(s): 09803f0

Fix gradio and huggingface_hub version compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio==4.44.0
2
- tensorflow==2.17.0
3
  numpy>=1.24.0
4
  Pillow>=10.0.0
 
 
1
+ gradio==4.31.0
2
+ tensorflow==2.15.0
3
  numpy>=1.24.0
4
  Pillow>=10.0.0
5
+ huggingface_hub>=0.21.0,<1.0.0