Update app.py
Browse files
app.py
CHANGED
@@ -749,7 +749,7 @@ def vevo_tts(text, ref_wav, timbre_ref_wav=None, style_ref_text=None, src_langua
|
|
749 |
raise e
|
750 |
|
751 |
# 创建Gradio界面
|
752 |
-
with gr.Blocks(title="Vevo
|
753 |
gr.Markdown("# Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement")
|
754 |
# 添加链接标签行
|
755 |
with gr.Row(elem_id="links_row"):
|
|
|
749 |
raise e
|
750 |
|
751 |
# 创建Gradio界面
|
752 |
+
with gr.Blocks(title="Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement") as demo:
|
753 |
gr.Markdown("# Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement")
|
754 |
# 添加链接标签行
|
755 |
with gr.Row(elem_id="links_row"):
|