Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
onnxruntime>=1.17.0
|
| 3 |
numpy>=1.24.0
|
| 4 |
pillow>=9.0.0
|
| 5 |
opencv-python-headless>=4.8.0
|
| 6 |
huggingface_hub>=0.20.0
|
| 7 |
-
|
|
|
|
|
|
|
| 1 |
onnxruntime>=1.17.0
|
| 2 |
numpy>=1.24.0
|
| 3 |
pillow>=9.0.0
|
| 4 |
opencv-python-headless>=4.8.0
|
| 5 |
huggingface_hub>=0.20.0
|
| 6 |
+
audioop-lts; python_version >= "3.13"
|