Spaces:
Running
Running
Upload 2 files
Browse files- requirements_cpu.txt +7 -0
- requirements_cuda.txt +7 -0
requirements_cpu.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.40
|
| 2 |
+
numpy>=1.25.2
|
| 3 |
+
opencv-python>=4.7.0.72
|
| 4 |
+
opencv-python-headless>=4.7.0.72
|
| 5 |
+
onnx==1.14.0
|
| 6 |
+
onnxruntime==1.15.0
|
| 7 |
+
plyer==2.1.0
|
requirements_cuda.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.40
|
| 2 |
+
numpy>=1.25.2
|
| 3 |
+
onnx==1.14.0
|
| 4 |
+
onnxruntime-gpu==1.15.0
|
| 5 |
+
opencv-python>=4.7.0.72
|
| 6 |
+
opencv-python-headless>=4.7.0.72
|
| 7 |
+
plyer==2.1.0
|