Ahsen Khaliq commited on
Commit
55a0213
1 Parent(s): 081648a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ def inference(text):
5
  os.system("paddlespeech tts --input '"+text+"' --output output.wav")
6
  return "output.wav"
7
 
8
- title = "ESPnet2-TTS"
 
9
  description = "Gradio demo for PaddleSpeech: A Speech Toolkit based on PaddlePaddle for TTS. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
10
 
11
  article = "<p style='text-align: center'><a href='https://github.com/PaddlePaddle/PaddleSpeech' target='_blank'>Github Repo</a></p>"
 
5
  os.system("paddlespeech tts --input '"+text+"' --output output.wav")
6
  return "output.wav"
7
 
8
+ title = "PaddleSpeech TTS"
9
+
10
  description = "Gradio demo for PaddleSpeech: A Speech Toolkit based on PaddlePaddle for TTS. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
11
 
12
  article = "<p style='text-align: center'><a href='https://github.com/PaddlePaddle/PaddleSpeech' target='_blank'>Github Repo</a></p>"