Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,5 @@ numpy>=1.24
|
|
| 3 |
requests>=2.31
|
| 4 |
huggingface_hub>=0.24
|
| 5 |
piper-tts>=1.2.0
|
|
|
|
|
|
|
|
|
| 3 |
requests>=2.31
|
| 4 |
huggingface_hub>=0.24
|
| 5 |
piper-tts>=1.2.0
|
| 6 |
+
# Python 3.13 removed the stdlib `audioop` module that gradio's pydub needs.
|
| 7 |
+
audioop-lts; python_version >= "3.13"
|