scp4950 commited on
Commit
69a5bfc
·
1 Parent(s): fba2ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ title = "Facebook's Text To Speech Model"
4
  interface = gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
5
  description=description,
6
  title = title,
7
- examples=[["american robin"]]
8
  )
9
  interface.launch()
 
4
  interface = gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
5
  description=description,
6
  title = title,
7
+ examples=[["Hello,This is a demo"]]
8
  )
9
  interface.launch()