Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +11 -21
requirements.txt
CHANGED
|
@@ -1,29 +1,19 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
-
insightface==0.7.3
|
| 5 |
-
moviepy>=1.0.3
|
| 6 |
numpy==1.24.3
|
| 7 |
-
onnx==1.14.0
|
| 8 |
-
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
| 9 |
-
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
| 10 |
-
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
|
| 11 |
-
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 12 |
opencv-python==4.8.0.74
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
pillow==10.0.0
|
| 15 |
protobuf==4.23.4
|
| 16 |
psutil==5.9.5
|
| 17 |
realesrgan==0.3.0
|
| 18 |
tensorflow==2.13.0
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
spaces>=0.24.1
|
| 22 |
-
typing_extensions>=4.8.0
|
| 23 |
-
numpy
|
| 24 |
-
opencv-python
|
| 25 |
-
torch
|
| 26 |
-
onnxruntime
|
| 27 |
-
insightface
|
| 28 |
-
moviepy
|
| 29 |
-
tqdm
|
|
|
|
| 1 |
+
spaces>=0.50.4
|
| 2 |
+
gradio>=4.44.0,<6
|
| 3 |
+
typing_extensions>=4.8.0
|
| 4 |
|
| 5 |
+
torch==2.11.0
|
|
|
|
|
|
|
| 6 |
numpy==1.24.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
opencv-python==4.8.0.74
|
| 8 |
+
onnx==1.14.0
|
| 9 |
+
onnxruntime-gpu==1.15.1
|
| 10 |
+
insightface==0.7.3
|
| 11 |
+
moviepy>=1.0.3
|
| 12 |
+
tqdm==4.65.0
|
| 13 |
pillow==10.0.0
|
| 14 |
protobuf==4.23.4
|
| 15 |
psutil==5.9.5
|
| 16 |
realesrgan==0.3.0
|
| 17 |
tensorflow==2.13.0
|
| 18 |
+
gfpgan==1.3.8
|
| 19 |
+
opennsfw2==0.10.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|