Update requirements.txt
Browse files- requirements.txt +7 -13
requirements.txt
CHANGED
@@ -1,13 +1,7 @@
|
|
1 |
-
|
2 |
-
gradio
|
3 |
-
insightface
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
opencv-python-headless==4.7.0.72
|
9 |
-
scikit-image>=0.21.0,<0.22
|
10 |
-
tqdm>=4.0.0
|
11 |
-
psutil>=5.0.0
|
12 |
-
ngrok
|
13 |
-
scrfd==0.2.0
|
|
|
1 |
+
numpy>=1.21,<2.0
|
2 |
+
gradio>=3.33.1
|
3 |
+
insightface>=0.7.3
|
4 |
+
onnx>=1.14.0
|
5 |
+
opencv-python>=4.7.0.72
|
6 |
+
opencv-python-headless>=4.7.0.72
|
7 |
+
scrfd>=0.2.0
|
|
|
|
|
|
|
|
|
|
|
|