Spaces:
Running
Running
Update app.py
Browse files
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 ‘
|
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()
|