kevinwang676 commited on
Commit
60c1402
·
1 Parent(s): 3484f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -473,9 +473,9 @@ def main():
473
  app = gr.Blocks()
474
  with app:
475
  gr.HTML("<center>"
476
- "<h1>🌊💕🎶 - VALL-E X 3秒声音克隆,支持中日英三语</h1>"
477
  "</center>")
478
- gr.Markdown("### <center>⚡ - 只需3秒语音,快速复刻您喜欢的声音;Powered by [VALL-E-X](https://github.com/Plachtaa/VALL-E-X)</center>")
479
  gr.Markdown("### <center>更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
480
 
481
 
 
473
  app = gr.Blocks()
474
  with app:
475
  gr.HTML("<center>"
476
+ "<h1>🌊💕🎶 VALL-E X 3秒声音克隆,支持中日英三语</h1>"
477
  "</center>")
478
+ gr.Markdown("## <center>⚡ 只需3秒语音,快速复刻您喜欢的声音;Powered by [VALL-E-X](https://github.com/Plachtaa/VALL-E-X)</center>")
479
  gr.Markdown("### <center>更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
480
 
481