积极的屁孩 commited on
Commit
47a6fb8
·
1 Parent(s): 0738273

adjust badges

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -629,13 +629,11 @@ def vevo_tts(text, ref_wav, timbre_ref_wav=None, style_ref_text=None, src_langua
629
 
630
  # 创建Gradio界面
631
  with gr.Blocks(title="Vevo DEMO") as demo:
632
- gr.Markdown("# Vevo DEMO")
633
- gr.Markdown("## Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement")
634
-
635
  # 添加链接标签行
636
  with gr.Row(elem_id="links_row"):
637
  gr.HTML("""
638
- <div style="display: flex; justify-content: flex-start; gap: 8px; margin: 20px 0; padding-left: 20px;">
639
  <a href="https://arxiv.org/abs/2502.07243" target="_blank" style="text-decoration: none;">
640
  <img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-red">
641
  </a>
 
629
 
630
  # 创建Gradio界面
631
  with gr.Blocks(title="Vevo DEMO") as demo:
632
+ gr.Markdown("# Vevo DEMO")
 
 
633
  # 添加链接标签行
634
  with gr.Row(elem_id="links_row"):
635
  gr.HTML("""
636
+ <div style="display: flex; justify-content: flex-start; gap: 8px; margin: 20px 0; padding-left: 0px;">
637
  <a href="https://arxiv.org/abs/2502.07243" target="_blank" style="text-decoration: none;">
638
  <img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-red">
639
  </a>