Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ mms_synthesize = gr.Interface(
|
|
13 |
gr.Textbox(label="Filtered text after processing"),
|
14 |
],
|
15 |
examples=TTS_EXAMPLES,
|
16 |
-
title="Text-to-Speech
|
17 |
description="Generate audio in your desired language from input text.",
|
18 |
allow_flagging="never",
|
19 |
)
|
|
|
13 |
gr.Textbox(label="Filtered text after processing"),
|
14 |
],
|
15 |
examples=TTS_EXAMPLES,
|
16 |
+
title="Shan Text-to-Speech",
|
17 |
description="Generate audio in your desired language from input text.",
|
18 |
allow_flagging="never",
|
19 |
)
|