Spaces:
Runtime error
Runtime error
StevenLimcorn
commited on
Commit
Β·
842b003
1
Parent(s):
5f1f473
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ description = "Gradio demo for TensorFlowTTS: Real-Time State-of-the-art Speech
|
|
88 |
article = "<p style='text-align: center'><a href='https://tensorspeech.github.io/TensorFlowTTS/'>TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2</a> | <a href='https://github.com/TensorSpeech/TensorFlowTTS'>Github Repo</a></p>"
|
89 |
|
90 |
examples = [
|
91 |
-
["
|
92 |
-
["
|
93 |
]
|
94 |
|
95 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
88 |
article = "<p style='text-align: center'><a href='https://tensorspeech.github.io/TensorFlowTTS/'>TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2</a> | <a href='https://github.com/TensorSpeech/TensorFlowTTS'>Github Repo</a></p>"
|
89 |
|
90 |
examples = [
|
91 |
+
["Once upon a time there was an old mother pig who had three little pigs and not enough food to feed them. So when they were old enough, she sent them out into the world to seek their fortunes."],
|
92 |
+
["How much wood would a woodchuck chuck if a woodchuck could chuck wood?"]
|
93 |
]
|
94 |
|
95 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|