rushic24 commited on
Commit
bda1f55
1 Parent(s): 7ecab32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ article = """<p style='text-align: center'>
16
  <a href='https://github.com/eugenesiow/practical-ml' target='_blank'
17
  class='footer'>Github Repo</a></p>"""
18
  examples = ["Generate english speech from text using a Tacotron2 model.",
19
- "Two roads diverged in a wood, and I — I took the one less traveled by, And that has made all the difference."]
20
 
21
  def inference(text: str):
22
  synthesize(
 
16
  <a href='https://github.com/eugenesiow/practical-ml' target='_blank'
17
  class='footer'>Github Repo</a></p>"""
18
  examples = ["Generate english speech from text using a Tacotron2 model.",
19
+ "Two roads diverged in a wood, I took the one less traveled by, And that has made all the difference."]
20
 
21
  def inference(text: str):
22
  synthesize(