Update webui.py
Browse files
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
|
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("
|
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",
|