fix gradio title
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ demo = gr.Interface(
|
|
| 86 |
gr.Audio(type="filepath", label="Reference Audio", value=DEFAULT_REF_PATH),
|
| 87 |
],
|
| 88 |
outputs=gr.Audio(type="numpy", label="Generated Speech"),
|
| 89 |
-
title="
|
| 90 |
description="Upload a reference audio sample, provide the reference text, and enter new text to synthesize."
|
| 91 |
)
|
| 92 |
|
|
|
|
| 86 |
gr.Audio(type="filepath", label="Reference Audio", value=DEFAULT_REF_PATH),
|
| 87 |
],
|
| 88 |
outputs=gr.Audio(type="numpy", label="Generated Speech"),
|
| 89 |
+
title="Dia-1.6B-0626",
|
| 90 |
description="Upload a reference audio sample, provide the reference text, and enter new text to synthesize."
|
| 91 |
)
|
| 92 |
|