Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
numpy==1.26.4
|
3 |
imageio
|
4 |
gradio
|
5 |
spaces
|
6 |
matplotlib
|
7 |
pillow
|
8 |
-
torch==2.
|
9 |
-
torchvision==0.
|
|
|
|
|
1 |
numpy==1.26.4
|
2 |
imageio
|
3 |
gradio
|
4 |
spaces
|
5 |
matplotlib
|
6 |
pillow
|
7 |
+
torch==2.2.0
|
8 |
+
torchvision==0.17.0
|