dennny123 commited on
Commit
1d299ac
·
verified ·
1 Parent(s): 657ca4b

Fix ZeroGPU Gradio dependency conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu128
2
  torch==2.9.1
3
  torchvision==0.24.1
4
- gradio>=5.0,<6
5
  spaces>=0.34.0
6
  huggingface_hub>=0.30.0
7
  einops>=0.8.0
 
1
  --extra-index-url https://download.pytorch.org/whl/cu128
2
  torch==2.9.1
3
  torchvision==0.24.1
4
+ gradio>=6.12,<7
5
  spaces>=0.34.0
6
  huggingface_hub>=0.30.0
7
  einops>=0.8.0