jeffliulab commited on
Commit
dc61ead
·
verified ·
1 Parent(s): bbc7f71

Pin gradio to 5.9.1 + gradio-client to 1.5.4 to fix /api/info crash

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio>=5.0.0
 
2
  torch>=2.0.0
3
  torchvision>=0.15.0
4
  open_clip_torch>=2.20.0
5
  pillow>=10.0.0
6
- huggingface_hub>=0.24.0
 
1
+ gradio==5.9.1
2
+ gradio-client==1.5.4
3
  torch>=2.0.0
4
  torchvision>=0.15.0
5
  open_clip_torch>=2.20.0
6
  pillow>=10.0.0
7
+ numpy>=1.24.0