Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
081648a
1
Parent(s):
3879e7d
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,11 @@ def inference(text):
|
|
6 |
return "output.wav"
|
7 |
|
8 |
title = "ESPnet2-TTS"
|
9 |
-
description = "Gradio demo for
|
10 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.07840' target='_blank'>ESPnet2-TTS: Extending the Edge of TTS Research</a> | <a href='https://github.com/espnet/espnet' target='_blank'>Github Repo</a></p>"
|
11 |
|
12 |
-
|
|
|
|
|
13 |
|
14 |
gr.Interface(
|
15 |
inference,
|
|
|
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>"
|
12 |
+
|
13 |
+
examples=[['你好,欢迎使用百度飞桨深度学习框架!']]
|
14 |
|
15 |
gr.Interface(
|
16 |
inference,
|