fahadqazi commited on
Commit
3d8a6f1
·
verified ·
1 Parent(s): 789497b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -171,8 +171,8 @@ iface = gr.Interface(
171
  outputs=[
172
  gr.Audio(label="Generated Speech", type="numpy")
173
  ],
174
- title="Sindhi SpeechT5 Text-to-Speech Demo",
175
- description="Enter Sindhi text, and listen to the generated speech."
176
  )
177
 
178
  iface.launch(share=True)
 
171
  outputs=[
172
  gr.Audio(label="Generated Speech", type="numpy")
173
  ],
174
+ title="Sindhi Text-to-Speech Demo",
175
+ description="Enter Sindhi text, and listen to the generated speech. Use shorter messages for better results."
176
  )
177
 
178
  iface.launch(share=True)