Commit ·
a08f8f8
1
Parent(s): c853011
Modify md
Browse files
app.py
CHANGED
|
@@ -658,7 +658,7 @@ def create_demo_interface(demo_instance: VibeVoiceDemo):
|
|
| 658 |
"employs a next-token diffusion framework, leveraging a Large Language Model (LLM) to understand textual context and "
|
| 659 |
"dialogue flow, and a diffusion head to generate high-fidelity acoustic details. The model can synthesize speech up to "
|
| 660 |
"90 minutes long with up to 4 distinct speakers, surpassing the typical 1-2 speaker limits of many prior models.''')
|
| 661 |
-
|
| 662 |
with gr.Column():
|
| 663 |
gr.Markdown("## VibeVoice: A Frontier Open-Source Text-to-Speech Model")
|
| 664 |
|
|
|
|
| 658 |
"employs a next-token diffusion framework, leveraging a Large Language Model (LLM) to understand textual context and "
|
| 659 |
"dialogue flow, and a diffusion head to generate high-fidelity acoustic details. The model can synthesize speech up to "
|
| 660 |
"90 minutes long with up to 4 distinct speakers, surpassing the typical 1-2 speaker limits of many prior models.''')
|
| 661 |
+
with gr.Row():
|
| 662 |
with gr.Column():
|
| 663 |
gr.Markdown("## VibeVoice: A Frontier Open-Source Text-to-Speech Model")
|
| 664 |
|