Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", ne
|
|
168 |
info="Higher values make the cloned voice more similar to the original. A value of 0.8 is ideal for a balance.")
|
169 |
style_slider = gr.Slider(minimum=0, maximum=1, step=0.1, value=0, label="Style (Gaya Bicara)",
|
170 |
info="Adjust the expressiveness of the voice. Lower values make the voice sound more natural, great for storytelling.")
|
171 |
-
use_speaker_boost_checkbox = gr.Checkbox(label="Use Speaker Boost (Gunakan Speaker Boost)", value=
|
172 |
info="Enables speaker boost for clearer and louder voice output, especially in quiet environments.")
|
173 |
|
174 |
with gr.Accordion("Delete Clone Voice", open=False):
|
|
|
168 |
info="Higher values make the cloned voice more similar to the original. A value of 0.8 is ideal for a balance.")
|
169 |
style_slider = gr.Slider(minimum=0, maximum=1, step=0.1, value=0, label="Style (Gaya Bicara)",
|
170 |
info="Adjust the expressiveness of the voice. Lower values make the voice sound more natural, great for storytelling.")
|
171 |
+
use_speaker_boost_checkbox = gr.Checkbox(label="Use Speaker Boost (Gunakan Speaker Boost)", value=False,
|
172 |
info="Enables speaker boost for clearer and louder voice output, especially in quiet environments.")
|
173 |
|
174 |
with gr.Accordion("Delete Clone Voice", open=False):
|