Spaces:
Running on Zero
Running on Zero
Add audioop-lts for Python 3.13 compatibility
Browse filesThe audioop module was removed in Python 3.13, causing gradio/pydub to fail.
audioop-lts provides the missing module.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
hf-space/requirements.txt
CHANGED
|
@@ -5,3 +5,4 @@ numpy
|
|
| 5 |
requests
|
| 6 |
einops
|
| 7 |
timm
|
|
|
|
|
|
| 5 |
requests
|
| 6 |
einops
|
| 7 |
timm
|
| 8 |
+
audioop-lts
|