Spaces:
Running
Running
yassine hourtane
commited on
Commit
·
ddb4c3e
1
Parent(s):
77de335
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
64 |
],
|
65 |
outputs=gr.Audio(label="Output", type="numpy"),
|
66 |
examples=examples,
|
67 |
-
title="🗣️
|
68 |
description=description,
|
69 |
allow_flagging="manual",
|
70 |
flagging_options=['error', 'bad-quality', 'wrong-pronounciation'],
|
|
|
64 |
],
|
65 |
outputs=gr.Audio(label="Output", type="numpy"),
|
66 |
examples=examples,
|
67 |
+
title="🗣️ TTS 🗣️",
|
68 |
description=description,
|
69 |
allow_flagging="manual",
|
70 |
flagging_options=['error', 'bad-quality', 'wrong-pronounciation'],
|