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