Spaces:
Runtime error
Runtime error
update requirement
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
pyyaml==5.1
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
opencv-python
|
5 |
scikit-image
|
6 |
kornia==0.5.11
|
7 |
|
|
|
1 |
pyyaml==5.1
|
2 |
+
torch==1.7.1
|
3 |
+
torchvision==0.8.2
|
4 |
+
opencv-python-headless
|
5 |
scikit-image
|
6 |
kornia==0.5.11
|
7 |
|