Ii
commited on
Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
@@ -1,14 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
onnx==1.14.0
|
6 |
onnxruntime==1.15.0
|
7 |
-
|
8 |
-
|
9 |
-
scikit-image==0.20.0
|
10 |
-
tqdm
|
11 |
-
psutil
|
12 |
-
ngrok
|
13 |
-
scrfd
|
14 |
-
pillow
|
|
|
1 |
+
ngrok==1.4.0
|
2 |
+
psutil==6.1.1
|
3 |
+
tqdm==4.67.1
|
4 |
+
opencv-python==4.7.0.72
|
5 |
onnx==1.14.0
|
6 |
onnxruntime==1.15.0
|
7 |
+
numpy==1.24.3
|
8 |
+
gradio==3.33.1
|
|
|
|
|
|
|
|
|
|
|
|