Spaces:
Sleeping
Sleeping
Hecheng0625
commited on
Commit
•
052a60f
1
Parent(s):
be44acc
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,8 @@ demo = gr.Interface(
|
|
131 |
fn=ns2_inference,
|
132 |
inputs=demo_inputs,
|
133 |
outputs=demo_outputs,
|
134 |
-
title="Amphion Zero-Shot TTS NaturalSpeech2"
|
|
|
135 |
)
|
136 |
|
137 |
if __name__ == "__main__":
|
|
|
131 |
fn=ns2_inference,
|
132 |
inputs=demo_inputs,
|
133 |
outputs=demo_outputs,
|
134 |
+
title="Amphion Zero-Shot TTS NaturalSpeech2",
|
135 |
+
description="Note that the current model is only trained on libritts, and the amount of training data is much less than the 5.5w hours of the original paper. We will soon introduce models trained on large-scale data. Please stay tuned."
|
136 |
)
|
137 |
|
138 |
if __name__ == "__main__":
|