MK-316 commited on
Commit
0791df6
1 Parent(s): eefc7a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,6 +25,8 @@ iface = gr.Interface(
25
  fn=gradio_interface,
26
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
27
  outputs=gr.Audio(type="filepath"),
 
 
28
  )
29
 
30
  # Launch the interface
 
25
  fn=gradio_interface,
26
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
27
  outputs=gr.Audio(type="filepath"),
28
+ title="Text to Speech Application (English audio)",
29
+ description="Type your text and to generate the corresponding audio in English."
30
  )
31
 
32
  # Launch the interface