Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,13 @@ def tts_inference(
|
|
56 |
)
|
57 |
return result_file
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
demo_inputs = [
|
61 |
gr.Textbox(
|
|
|
56 |
)
|
57 |
return result_file
|
58 |
|
59 |
+
gr.Markdown(
|
60 |
+
"""
|
61 |
+
# Amphion Text to Speech (TTS)
|
62 |
+
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_app.svg)](https://openxlab.org.cn/usercenter/Amphion)
|
63 |
+
This demo provides an Amphion TTS pretrained model (VITS) for you to play.
|
64 |
+
"""
|
65 |
+
)
|
66 |
|
67 |
demo_inputs = [
|
68 |
gr.Textbox(
|