Spaces:
Running
Running
kevinwang676
commited on
Commit
•
e5648a9
1
Parent(s):
ba8ec5d
Update GPT_SoVITS/inference_webui.py
Browse files
GPT_SoVITS/inference_webui.py
CHANGED
@@ -612,9 +612,10 @@ def get_weights_names():
|
|
612 |
SoVITS_names, GPT_names = get_weights_names()
|
613 |
|
614 |
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
615 |
-
gr.Markdown(
|
616 |
-
|
617 |
-
)
|
|
|
618 |
with gr.Group():
|
619 |
gr.Markdown(value=i18n("模型切换"))
|
620 |
with gr.Row():
|
|
|
612 |
SoVITS_names, GPT_names = get_weights_names()
|
613 |
|
614 |
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
615 |
+
gr.Markdown("# <center>🌟 - OpenVoice 第二代,可自定义情感的声音克隆 </center>")
|
616 |
+
gr.Markdown("### <center>🎶 结合 GPT-SoVITS 完美声音克隆模型,实现精准情感控制,喜怒哀乐应有尽有 </center>")
|
617 |
+
gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
618 |
+
|
619 |
with gr.Group():
|
620 |
gr.Markdown(value=i18n("模型切换"))
|
621 |
with gr.Row():
|