MPCIRCLE commited on
Commit
87a9d13
·
verified ·
1 Parent(s): 782fbcf

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +2 -2
webui.py CHANGED
@@ -44,13 +44,13 @@ def update_prompt_audio():
44
  with gr.Blocks() as demo:
45
  mutex = threading.Lock()
46
  gr.HTML('''
47
- <h2><center>Echo AI:loud_sound: : High-Fidelity,Controllable, and Zero-Shot Text-to-Speech and voice cloning for the Real World</center></h2>
48
 
49
  <p align="center">
50
  <a href='https://arxiv.org/abs/2502.05512'><img src='https://img.shields.io/badge/ArXiv-2502.05512-red'></a>
51
 
52
  ''')
53
- with gr.Tab("Audio cloning and generation"):
54
  with gr.Row():
55
  os.makedirs("prompts",exist_ok=True)
56
  prompt_audio = gr.Audio(label="Please upload reference audio",key="prompt_audio",
 
44
  with gr.Blocks() as demo:
45
  mutex = threading.Lock()
46
  gr.HTML('''
47
+ <h2><center>Echo AI : High-Fidelity,Controllable, and Zero-Shot Text-to-Speech and voice cloning for the Real World</center></h2>
48
 
49
  <p align="center">
50
  <a href='https://arxiv.org/abs/2502.05512'><img src='https://img.shields.io/badge/ArXiv-2502.05512-red'></a>
51
 
52
  ''')
53
+ with gr.Tab("Voice cloning and audio generation"):
54
  with gr.Row():
55
  os.makedirs("prompts",exist_ok=True)
56
  prompt_audio = gr.Audio(label="Please upload reference audio",key="prompt_audio",