Spaces:
Running
Running
victorisgeek
commited on
Commit
•
80ec4ff
1
Parent(s):
7b2d04b
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
@@ -1,21 +1,20 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
|
3 |
-
gfpgan
|
4 |
-
gradio
|
5 |
-
insightface
|
6 |
-
moviepy
|
7 |
-
numpy
|
8 |
-
onnx
|
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'
|
11 |
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
|
12 |
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
13 |
-
opencv-python
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
tqdm==4.65.0
|
21 |
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
|
3 |
+
gfpgan
|
4 |
+
gradio
|
5 |
+
insightface
|
6 |
+
moviepy
|
7 |
+
numpy
|
8 |
+
onnx
|
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'
|
11 |
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
|
12 |
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
13 |
+
opencv-python
|
14 |
+
pillow
|
15 |
+
protobuf
|
16 |
+
psutil
|
17 |
+
realesrgan
|
18 |
+
tensorflow
|
19 |
+
tqdm
|
|
|
20 |
|