Spaces:
Runtime error
Runtime error
Rename packages.txt to requirements.txt
Browse files- packages.txt +0 -1
- requirements.txt +7 -0
packages.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
python3-opencv
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python3-opencv
|
2 |
+
timm
|
3 |
+
torch~=1.8
|
4 |
+
torchvision
|
5 |
+
opencv-python-headless
|
6 |
+
numpy
|
7 |
+
Pillow
|