Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
audioop-lts; python_version >= "3.13"
|
| 3 |
+
opencv-python-headless>=4.9.0
|
| 4 |
+
numpy<2.0
|
| 5 |
+
insightface==0.7.3
|
| 6 |
+
onnxruntime-gpu>=1.17.0
|
| 7 |
+
huggingface_hub>=0.23.0,<0.25
|
| 8 |
+
hf_transfer>=0.1.6
|
| 9 |
+
onnx>=1.16.0
|