Spaces:
Running
Running
Fix: Add audioop-lts for Python 3.13 compatibility
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
gradio==5.9.1
|
| 2 |
numpy>=1.24.0
|
|
|
|
|
|
| 1 |
gradio==5.9.1
|
| 2 |
numpy>=1.24.0
|
| 3 |
+
audioop-lts; python_version >= "3.13"
|