Spaces:
Build error
Build error
requirements
Browse files- requirements.txt +2 -2
- skrypt.sh +4 -0
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy>=1.25.2
|
2 |
-
opencv-python
|
3 |
-
opencv-python-headless
|
4 |
onnx==1.14.0
|
5 |
onnxruntime==1.15.0
|
6 |
--index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
numpy>=1.25.2
|
2 |
+
opencv-python
|
3 |
+
opencv-python-headless
|
4 |
onnx==1.14.0
|
5 |
onnxruntime==1.15.0
|
6 |
--index-url https://download.pytorch.org/whl/cpu
|
skrypt.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git add .
|
2 |
+
git status
|
3 |
+
git commit -m "requirements"
|
4 |
+
git push
|