StevenLimcorn commited on
Commit
842b003
β€’
1 Parent(s): 5f1f473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ["TensorFlowTTS provides real-time state-of-the-art speech synthesis architectures such as Tacotron-2, Melgan, Multiband-Melgan, FastSpeech, FastSpeech2 based-on TensorFlow 2."],
92
- ["With Tensorflow 2, we can speed-up training/inference progress, optimizer further by using fake-quantize aware and pruning, make TTS models can be run faster than real-time and be able to deploy on mobile devices or embedded systems."]
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()