kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -251,9 +251,9 @@ def get_tts_wav(ref_wav_path, prompt_text, prompt_language, text, text_language)
|
|
251 |
|
252 |
|
253 |
with gr.Blocks(title="GPT-SoVITS Zero-shot TTS Demo") as app:
|
254 |
-
gr.Markdown("# <center>🥳💕🎶 GPT-SoVITS 1
|
255 |
-
gr.Markdown("## <center>🌟
|
256 |
-
gr.Markdown("### <center>🌊
|
257 |
|
258 |
gr.Markdown("## 请上传参考音频")
|
259 |
with gr.Row():
|
|
|
251 |
|
252 |
|
253 |
with gr.Blocks(title="GPT-SoVITS Zero-shot TTS Demo") as app:
|
254 |
+
gr.Markdown("# <center>🥳💕🎶 GPT-SoVITS 1分钟完美声音克隆,版本大升级!</center>")
|
255 |
+
gr.Markdown("## <center>🌟 支持中日英三语自动标注及训练 + 中文方言训练!Powered by [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)</center>")
|
256 |
+
gr.Markdown("### <center>🌊 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
257 |
|
258 |
gr.Markdown("## 请上传参考音频")
|
259 |
with gr.Row():
|