Aumkeshchy2003 commited on
Commit
0a0be1d
·
verified ·
1 Parent(s): 8417ba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ iface = gr.Interface(
46
  fn=text_to_speech,
47
  inputs=gr.Textbox(label="Enter the text"),
48
  outputs=gr.Audio(label="Generated Speech"),
49
- title="Text-to-Speech Converter",
50
- description="Convert text to speech using the SpeechT5 model."
51
  )
52
  # Launch the app
53
  iface.launch()
 
46
  fn=text_to_speech,
47
  inputs=gr.Textbox(label="Enter the text"),
48
  outputs=gr.Audio(label="Generated Speech"),
49
+ title="Text-to-Speech",
50
+ description="Convert text to speech."
51
  )
52
  # Launch the app
53
  iface.launch()