Spaces:
Runtime error
Runtime error
Commit
·
73cf4be
1
Parent(s):
b812ed0
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
gfpgan==1.3.8
|
| 4 |
gradio==3.40.1
|
| 5 |
insightface==0.7.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'
|
|
|
|
| 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'
|