Ii
commited on
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ffmpeg_python==0.2.0
|
2 |
+
gradio==3.33.1
|
3 |
+
insightface==0.7.3
|
4 |
+
numpy==1.24.3
|
5 |
+
onnx==1.14.0
|
6 |
+
onnxruntime==1.15.0
|
7 |
+
opencv_python==4.7.0.72
|
8 |
+
opencv_python_headless==4.7.0.72
|
9 |
+
scikit-image==0.20.0
|
10 |
+
tqdm
|
11 |
+
psutil
|
12 |
+
ngrok
|