Be2Jay commited on
Commit
a08bde3
·
verified ·
1 Parent(s): 6bb922e

fix: upgrade to gradio 5.x for Python 3.13 compat

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.44.1
2
  rank_bm25>=0.2.2
3
  scikit-learn>=1.3.0
4
  numpy>=1.24.0
 
1
+ gradio==5.29.0
2
  rank_bm25>=0.2.2
3
  scikit-learn>=1.3.0
4
  numpy>=1.24.0