Spaces:
Paused
Paused
Update requirements.txt
#1
by
assile
- opened
- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -1,15 +1,10 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
|
| 3 |
gfpgan==1.3.8
|
| 4 |
-
gradio
|
| 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
|
| 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==4.8.0.74
|
| 14 |
opennsfw2==0.10.2
|
| 15 |
pillow==10.0.0
|
|
|
|
|
|
|
|
|
|
| 1 |
gfpgan==1.3.8
|
| 2 |
+
gradio==3.40.1
|
| 3 |
insightface==0.7.3
|
| 4 |
moviepy>=1.0.3
|
| 5 |
numpy==1.24.3
|
| 6 |
onnx==1.14.0
|
| 7 |
+
onnxruntime==1.15.1
|
|
|
|
|
|
|
|
|
|
| 8 |
opencv-python==4.8.0.74
|
| 9 |
opennsfw2==0.10.2
|
| 10 |
pillow==10.0.0
|