Spaces:
Running
Running
victorisgeek
commited on
Upload 3 files
Browse files- requirements.txt +7 -0
- requirements_cpu.txt +7 -0
- requirements_cuda.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.33.1
|
2 |
+
insightface==0.7.3
|
3 |
+
numpy
|
4 |
+
onnx==1.14.0
|
5 |
+
onnxruntime==1.15.0
|
6 |
+
opencv-python==4.7.0.72
|
7 |
+
opencv-python-headless==4.7.0.72
|
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
|