Spaces:
Sleeping
Sleeping
fix: add audioop-lts for Python 3.13 (pydub compat)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ llama-cpp-python==0.3.5
|
|
| 3 |
gradio>=4.40
|
| 4 |
huggingface_hub>=0.24
|
| 5 |
spaces
|
|
|
|
|
|
| 3 |
gradio>=4.40
|
| 4 |
huggingface_hub>=0.24
|
| 5 |
spaces
|
| 6 |
+
audioop-lts; python_version >= "3.13"
|