Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ iface = gr.Interface(
|
|
233 |
gr.Textbox(label="Enter Sindhi text to convert to speech", value="ูููู ฺชฺูุง ุญุงู ุขูู")
|
234 |
],
|
235 |
outputs=[
|
236 |
-
gr.Audio(label="Generated Speech", type="numpy"
|
237 |
],
|
238 |
title="Sindhi Text-to-Speech Demo",
|
239 |
description="Enter Sindhi text, and listen to the generated speech. Use shorter messages for better results."
|
|
|
233 |
gr.Textbox(label="Enter Sindhi text to convert to speech", value="ูููู ฺชฺูุง ุญุงู ุขูู")
|
234 |
],
|
235 |
outputs=[
|
236 |
+
gr.Audio(label="Generated Speech", type="numpy")
|
237 |
],
|
238 |
title="Sindhi Text-to-Speech Demo",
|
239 |
description="Enter Sindhi text, and listen to the generated speech. Use shorter messages for better results."
|