Spaces:
Running
Running
added description for both interfaces
Browse files
app.py
CHANGED
@@ -166,6 +166,7 @@ with gr.Blocks() as demo:
|
|
166 |
inputs=tts_demo_inputs,
|
167 |
outputs=tts_demo_output,
|
168 |
title="Amphion Text-to-Speech",
|
|
|
169 |
)
|
170 |
|
171 |
gr.Interface(
|
@@ -173,6 +174,7 @@ with gr.Blocks() as demo:
|
|
173 |
inputs=tc_demo_inputs,
|
174 |
outputs=tc_demo_outputs,
|
175 |
title="Timbre Confusion",
|
|
|
176 |
)
|
177 |
|
178 |
demo.queue()
|
|
|
166 |
inputs=tts_demo_inputs,
|
167 |
outputs=tts_demo_output,
|
168 |
title="Amphion Text-to-Speech",
|
169 |
+
description="[](https://openxlab.org.cn/usercenter/Amphion) This demo offers an Amphion TTS pretrained model (VITS) for you to explore."
|
170 |
)
|
171 |
|
172 |
gr.Interface(
|
|
|
174 |
inputs=tc_demo_inputs,
|
175 |
outputs=tc_demo_outputs,
|
176 |
title="Timbre Confusion",
|
177 |
+
description="In this section, you can choose two speakers to create a voice mix. Adjust the ‘confusion degree’ slider to achieve your desired mix ratio between the two speakers."
|
178 |
)
|
179 |
|
180 |
demo.queue()
|