update pyproject.toml, set gradio<=5.35.0 until fix #1126

This commit is contained in:
Yushen CHEN
2025-07-14 14:29:19 +08:00
committed by GitHub
parent a275798a2f
commit 9b60fe6a34

View File

@@ -20,7 +20,7 @@ dependencies = [
"click",
"datasets",
"ema_pytorch>=0.5.2",
"gradio>=3.45.2",
"gradio<=5.35.0",
"hydra-core>=1.3.0",
"jieba",
"librosa",