zyingt commited on
Commit
a91dcdc
·
verified ·
1 Parent(s): 74318b9

Update description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_app.svg)](https://openxlab.org.cn/usercenter/Amphion) 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="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()
 
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()