Spaces:
Running
Running
victorisgeek
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
8 |
+
dlib
|