nzs234 commited on
Commit
51245c7
·
verified ·
1 Parent(s): d943770

Switch to Gradio 5 stack and modern hub

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio>=4.0.0
 
2
  torch>=2.1.0
3
  transformers>=4.40.0
4
  safetensors>=0.4.0
5
- huggingface_hub==0.24.7
6
  Pillow>=10.0.0
 
1
+ gradio==5.17.1
2
+ gradio_client==1.7.1
3
  torch>=2.1.0
4
  transformers>=4.40.0
5
  safetensors>=0.4.0
6
+ huggingface_hub>=0.28.1
7
  Pillow>=10.0.0