Spaces:
Running on Zero
Running on Zero
cosmetic changes - 2
Browse files
app.py
CHANGED
|
@@ -359,7 +359,7 @@ def build_ui() -> gr.Blocks:
|
|
| 359 |
) as demo:
|
| 360 |
gr.Markdown(
|
| 361 |
"# TADA - Text-Acoustic Dual Alignment LLM\n"
|
| 362 |
-
"A demo of
|
| 363 |
"a text-to-speech model that clones voice, emotion, and timing from a short audio prompt.\n\n"
|
| 364 |
"**How to use:** Choose a voice prompt (or upload your own), enter text, and click **Generate**. "
|
| 365 |
"The model will encode the prompt and generate speech in one step."
|
|
|
|
| 359 |
) as demo:
|
| 360 |
gr.Markdown(
|
| 361 |
"# TADA - Text-Acoustic Dual Alignment LLM\n"
|
| 362 |
+
"A demo of **tada-3b-ml** \u2014 "
|
| 363 |
"a text-to-speech model that clones voice, emotion, and timing from a short audio prompt.\n\n"
|
| 364 |
"**How to use:** Choose a voice prompt (or upload your own), enter text, and click **Generate**. "
|
| 365 |
"The model will encode the prompt and generate speech in one step."
|