Spaces:
Running
Running
Update description
Browse files
app.py
CHANGED
@@ -166,15 +166,15 @@ with gr.Blocks() as demo:
|
|
166 |
inputs=tts_demo_inputs,
|
167 |
outputs=tts_demo_output,
|
168 |
title="Amphion Text-to-Speech",
|
169 |
-
description="
|
170 |
)
|
171 |
|
172 |
gr.Interface(
|
173 |
fn=tc_inference,
|
174 |
inputs=tc_demo_inputs,
|
175 |
outputs=tc_demo_outputs,
|
176 |
-
title="
|
177 |
-
description="In this section, you can choose two speakers to create a voice mix. Adjust the ‘Confusion Degree’ slider to
|
178 |
)
|
179 |
|
180 |
demo.queue()
|
|
|
166 |
inputs=tts_demo_inputs,
|
167 |
outputs=tts_demo_output,
|
168 |
title="Amphion Text-to-Speech",
|
169 |
+
description="This demo offers an Amphion TTS pretrained model (VITS) for you to explore."
|
170 |
)
|
171 |
|
172 |
gr.Interface(
|
173 |
fn=tc_inference,
|
174 |
inputs=tc_demo_inputs,
|
175 |
outputs=tc_demo_outputs,
|
176 |
+
title="Voice Fusion",
|
177 |
+
description="In this section, you can choose two speakers to create a voice mix. Adjust the ‘Confusion Degree’ slider to customize your desired mix ratio between the two speakers."
|
178 |
)
|
179 |
|
180 |
demo.queue()
|