Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
imageio==2.19.5
|
3 |
imageio-ffmpeg==0.4.7
|
4 |
numpy==1.22.4
|
5 |
opencv-python-headless==4.6.0.66
|
6 |
-
torch
|
7 |
torchvision
|
8 |
Pillow
|
9 |
scipy
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
imageio==2.19.5
|
3 |
imageio-ffmpeg==0.4.7
|
4 |
numpy==1.22.4
|
5 |
opencv-python-headless==4.6.0.66
|
6 |
+
torch
|
7 |
torchvision
|
8 |
Pillow
|
9 |
scipy
|