Spaces:
Runtime error
Runtime error
axentx-deploy commited on
Commit ·
a596bc5
1
Parent(s): e8024ec
fix: add audioop-lts for python 3.13 compat (gradio 4.44 transitive dep pydub)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
gradio>=4.44,<5
|
| 2 |
huggingface_hub>=0.25
|
|
|
|
|
|
| 1 |
gradio>=4.44,<5
|
| 2 |
huggingface_hub>=0.25
|
| 3 |
+
audioop-lts;python_version>="3.13"
|