pzc163 commited on
Commit
eafbbd9
1 Parent(s): 70b06ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -128,14 +128,14 @@ app = gr.Blocks()
128
 
129
  with app:
130
  gr.Markdown("# <center>🥳🎶🎡 - KanTTS中文声音克隆</center>")
131
- gr.Markdown("## <center>🌊 - 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
132
 
133
  with gr.Row():
134
  with gr.Column():
135
  inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
136
  with gr.Row():
137
- btn = gr.Button("使用AI娜娜的声音", variant="primary")
138
- btn1 = gr.Button("使用AI小杰的声音", variant="primary")
139
  with gr.Column():
140
  with gr.Row():
141
  out = gr.Audio(label="为您生成的专属音频")
 
128
 
129
  with app:
130
  gr.Markdown("# <center>🥳🎶🎡 - KanTTS中文声音克隆</center>")
131
+ gr.Markdown("## <center>🌊 - 更多精彩应用,敬请关注[xm火种堂](http://xmaigc.top);社恐患者杨老师💕</center>")
132
 
133
  with gr.Row():
134
  with gr.Column():
135
  inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
136
  with gr.Row():
137
+ btn = gr.Button("使用定制AI钟老师的声音", variant="primary")
138
+ btn1 = gr.Button("使用AI周杰伦的声音", variant="primary")
139
  with gr.Column():
140
  with gr.Row():
141
  out = gr.Audio(label="为您生成的专属音频")