vigneshwar234 commited on
Commit
e7374ea
·
verified ·
1 Parent(s): 668406a

Fix crash: upgrade to gradio>=5.0.0 (drops pydub/audioop dependency, Python 3.13 compatible)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.0
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