ASLP-lab commited on
Commit
ad770a0
·
verified ·
1 Parent(s): b8296c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ with gr.Blocks() as demo:
88
  gr.Markdown("# WenetSpeech-Yue TTS")
89
  # 添加模型说明文字
90
  gr.Markdown("""
91
- - Cosyvoice2-Yue: Finetuned cosyvoice2 with Wenetspeech-Yue.
92
- - Cosyvoice2-Yue-ZoengJyutGaai: Finetuned Cosyvoice2-Yue with ZoengJyutGaai story-telling corpus
93
  """)
94
 
95
  with gr.Row():
 
88
  gr.Markdown("# WenetSpeech-Yue TTS")
89
  # 添加模型说明文字
90
  gr.Markdown("""
91
+ - Cosyvoice2-Yue: Finetuned CosyVoice2 with WenetSpeech-Yue.
92
+ - Cosyvoice2-Yue-ZoengJyutGaai: Finetuned Cosyvoice2-Yue with The Zoeng Jyut Gaai Story-telling Speech Dataset (https://canclid.github.io/zoengjyutgaai/).
93
  """)
94
 
95
  with gr.Row():