Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ iface = gr.Interface(fn=meta_model.read,
|
|
150 |
"Italian Speaker's Voice"], type="value", default="English Speaker's Voice", label="Select the Voice of the Speaker")],
|
151 |
outputs=gr.outputs.Audio(type="numpy", label=None),
|
152 |
layout="vertical",
|
153 |
-
title="IMS Toucan Multilingual Multispeaker
|
154 |
thumbnail="Utility/toucan.png",
|
155 |
theme="default",
|
156 |
allow_flagging="never",
|
|
|
150 |
"Italian Speaker's Voice"], type="value", default="English Speaker's Voice", label="Select the Voice of the Speaker")],
|
151 |
outputs=gr.outputs.Audio(type="numpy", label=None),
|
152 |
layout="vertical",
|
153 |
+
title="IMS Toucan - Multilingual Multispeaker",
|
154 |
thumbnail="Utility/toucan.png",
|
155 |
theme="default",
|
156 |
allow_flagging="never",
|