Aumkeshchy2003 commited on
Commit
975d5f5
·
verified ·
1 Parent(s): d5f90d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,7 +47,8 @@ iface = gr.Interface(
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
 
53
  # Launch the app
 
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
+ examples=["Have you studied about API, PyTorch, and CUDA?"]
52
  )
53
 
54
  # Launch the app