Spaces:
Runtime error
Runtime error
Added torchvision
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ imageio==2.25.0
|
|
3 |
numpy==1.23.2
|
4 |
opencv_contrib_python==4.7.0.68
|
5 |
torch==1.13.1
|
6 |
-
wget==3.2
|
|
|
|
3 |
numpy==1.23.2
|
4 |
opencv_contrib_python==4.7.0.68
|
5 |
torch==1.13.1
|
6 |
+
wget==3.2
|
7 |
+
torchvision==0.14.1
|