Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
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(
|