Spaces:
Runtime error
Runtime error
Commit
ยท
b62d4e1
1
Parent(s):
76f797b
add app.py
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
scipy==1.4.1
|
2 |
torch
|
|
|
3 |
h5py==2.10.0
|
4 |
numpy==1.18.1
|
5 |
opencv-python-headless==4.2.0.32
|
|
|
1 |
scipy==1.4.1
|
2 |
torch
|
3 |
+
torchvision
|
4 |
h5py==2.10.0
|
5 |
numpy==1.18.1
|
6 |
opencv-python-headless==4.2.0.32
|