Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ gfpgan==1.3.8
|
|
4 |
gradio==3.40.1
|
5 |
insightface==0.7.3
|
6 |
moviepy>=1.0.3
|
7 |
-
numpy>=1.25.
|
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'
|
|
|
4 |
gradio==3.40.1
|
5 |
insightface==0.7.3
|
6 |
moviepy>=1.0.3
|
7 |
+
numpy>=1.25.2
|
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'
|