zyingt commited on
Commit
825451d
1 Parent(s): 1768f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
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()
 
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 ‘Fusion Degree’ slider to customize your desired mix ratio between the two speakers."
178
  )
179
 
180
  demo.queue()