Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
timm
|
2 |
-
numpy
|
3 |
-
torch
|
4 |
-
opencv-python-headless
|
5 |
-
|
6 |
-
|
|
|
7 |
natsort
|
|
|
1 |
+
timm
|
2 |
+
numpy
|
3 |
+
torch
|
4 |
+
opencv-python-headless
|
5 |
+
opencv-python
|
6 |
+
Pillow
|
7 |
+
scikit-image
|
8 |
natsort
|