Fix crash: upgrade to gradio>=5.0.0 (drops pydub/audioop dependency, Python 3.13 compatible)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio=
|
| 2 |
numpy>=1.24.0
|
| 3 |
matplotlib>=3.7.0
|
| 4 |
plotly>=5.15.0
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
numpy>=1.24.0
|
| 3 |
matplotlib>=3.7.0
|
| 4 |
plotly>=5.15.0
|