zyingt commited on
Commit
74318b9
·
verified ·
1 Parent(s): 41abc9a
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="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()
 
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()