Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
torch
|
| 2 |
diffusers
|
| 3 |
Pillow
|
| 4 |
einops
|
|
@@ -25,4 +25,4 @@ gradio
|
|
| 25 |
moviepy==1.0.3
|
| 26 |
hydra-core
|
| 27 |
pytest
|
| 28 |
-
torchvision==0.20.1
|
|
|
|
| 1 |
+
torch --index-url https://download.pytorch.org/whl/cu130
|
| 2 |
diffusers
|
| 3 |
Pillow
|
| 4 |
einops
|
|
|
|
| 25 |
moviepy==1.0.3
|
| 26 |
hydra-core
|
| 27 |
pytest
|
| 28 |
+
torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu130
|