Spaces:
Running
Running
Fix ZeroGPU Gradio dependency conflict
Browse files- 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 |
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
|