Spaces:
Running
Running
victorisgeek
commited on
Commit
•
554c96f
1
Parent(s):
0d949d6
Upload requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -3,9 +3,8 @@
|
|
3 |
gfpgan==1.3.8
|
4 |
gradio==3.40.1
|
5 |
insightface==0.7.3
|
6 |
-
jupyter-lsp>=2.0.0
|
7 |
moviepy>=1.0.3
|
8 |
-
numpy
|
9 |
onnx==1.14.0
|
10 |
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
11 |
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
@@ -14,10 +13,9 @@ onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'a
|
|
14 |
opencv-python==4.8.0.74
|
15 |
opennsfw2==0.10.2
|
16 |
pillow==10.0.0
|
17 |
-
protobuf==4.23.
|
18 |
psutil==5.9.5
|
19 |
realesrgan==0.3.0
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
wurlitzer
|
|
|
3 |
gfpgan==1.3.8
|
4 |
gradio==3.40.1
|
5 |
insightface==0.7.3
|
|
|
6 |
moviepy>=1.0.3
|
7 |
+
numpy==1.24.3
|
8 |
onnx==1.14.0
|
9 |
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
10 |
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
|
|
13 |
opencv-python==4.8.0.74
|
14 |
opennsfw2==0.10.2
|
15 |
pillow==10.0.0
|
16 |
+
protobuf==4.23.4
|
17 |
psutil==5.9.5
|
18 |
realesrgan==0.3.0
|
19 |
+
tensorflow==2.13.0
|
20 |
+
tqdm==4.65.0
|
21 |
+
|
|