Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -6,8 +6,8 @@ sentencepiece==0.2.0
|
|
| 6 |
opencv-python==4.11.0.86
|
| 7 |
huggingface-hub==0.36.0
|
| 8 |
diffusers==0.32.2
|
| 9 |
-
torch==2.
|
| 10 |
-
torchvision==0.
|
| 11 |
gradio==5.49.0
|
| 12 |
gradio-client==1.13.3
|
| 13 |
gradio-imageslider==0.0.20
|
|
|
|
| 6 |
opencv-python==4.11.0.86
|
| 7 |
huggingface-hub==0.36.0
|
| 8 |
diffusers==0.32.2
|
| 9 |
+
torch==2.9.1 --index-url https://download.pytorch.org/whl/cu128
|
| 10 |
+
torchvision==0.24.1 --index-url https://download.pytorch.org/whl/cu128
|
| 11 |
gradio==5.49.0
|
| 12 |
gradio-client==1.13.3
|
| 13 |
gradio-imageslider==0.0.20
|