kevinwang676 commited on
Commit
f48994f
1 Parent(s): 0ac2ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -130,11 +130,10 @@ if __name__ == '__main__':
130
  vc = VC(tgt_sr, config)
131
  models.append((name, title, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
132
  with gr.Blocks() as app:
133
- gr.Markdown(
134
- "# <center>🥳🎶🎡 - AI歌手,RVC歌声转换"
135
- "## <center>Powered by [RVC-Project](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
136
- "### <center>更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>"
137
- )
138
  with gr.Tabs():
139
  for (name, title, cover, vc_fn) in models:
140
  with gr.TabItem(name):
 
130
  vc = VC(tgt_sr, config)
131
  models.append((name, title, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
132
  with gr.Blocks() as app:
133
+ gr.Markdown("# <center>🥳🎶🎡 - AI歌手,RVC歌声转换</center>")
134
+ gr.Markdown("### <center>🤗 - 更快的训练过程,更好的训练效果;Powered by [RVC-Project](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)</center>")
135
+ gr.Markdown("### <center>更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
136
+
 
137
  with gr.Tabs():
138
  for (name, title, cover, vc_fn) in models:
139
  with gr.TabItem(name):