fahadqazi commited on
Commit
17c4704
ยท
verified ยท
1 Parent(s): 99480dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", autoplay=True, interactive=True)
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."