Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ iface = gr.Interface(
|
|
61 |
],
|
62 |
outputs=gr.Audio(label="Output", type="numpy"),
|
63 |
examples=examples,
|
64 |
-
title="🗣️ TTS 🗣️",
|
65 |
description=description,
|
66 |
allow_flagging="manual",
|
67 |
flagging_options=['error', 'bad-quality', 'wrong-pronounciation'],
|
|
|
61 |
],
|
62 |
outputs=gr.Audio(label="Output", type="numpy"),
|
63 |
examples=examples,
|
64 |
+
title="🗣️ TTS - Hrtn 🗣️",
|
65 |
description=description,
|
66 |
allow_flagging="manual",
|
67 |
flagging_options=['error', 'bad-quality', 'wrong-pronounciation'],
|