Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
torch==1.12.0+cpu
|
3 |
-
torchvision
|
4 |
cython
|
5 |
numpy
|
6 |
matplotlib
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
torch==1.12.0+cpu
|
3 |
+
torchvision==0.13.0+cpu
|
4 |
cython
|
5 |
numpy
|
6 |
matplotlib
|