Spaces:
Runtime error
Runtime error
add missing lib
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
numpy
|
2 |
scipy
|
|
|
|
|
3 |
torch
|
4 |
torchvision
|
|
|
1 |
numpy
|
2 |
scipy
|
3 |
+
opencv-python
|
4 |
+
Pillow
|
5 |
torch
|
6 |
torchvision
|