bhsinghgrid commited on
Commit
dae1791
·
verified ·
1 Parent(s): 2f09c83

Fix Space startup: pin Python 3.11 and compatible Gradio deps

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio>=5.0
2
  torch>=2.2
3
  numpy>=1.24
4
  tqdm>=4.66
5
- huggingface_hub>=0.23
6
  tokenizers>=0.15
 
1
+ gradio==5.23.3
2
  torch>=2.2
3
  numpy>=1.24
4
  tqdm>=4.66
5
+ huggingface_hub>=0.30,<1.0
6
  tokenizers>=0.15