Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -259,9 +259,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="sky"), ti
|
|
259 |
envelope_ratio_conf = gr.Slider(minimum=0,maximum=1,label="Envelope ratio",value=0.25,interactive=True,)
|
260 |
consonant_protec_conf = gr.Slider(minimum=0,maximum=0.5,label="Consonant breath protection",value=0.5,interactive=True,)
|
261 |
with gr.Group():
|
262 |
-
refresh_button = gr.Button("Refresh Models")
|
263 |
-
preview_button = gr.Button("Preview!")
|
264 |
-
button_conf = gr.Button("Convert",variant="primary",)
|
265 |
output_conf = gr.Audio(type="filepath",label="Output",)
|
266 |
|
267 |
|
|
|
259 |
envelope_ratio_conf = gr.Slider(minimum=0,maximum=1,label="Envelope ratio",value=0.25,interactive=True,)
|
260 |
consonant_protec_conf = gr.Slider(minimum=0,maximum=0.5,label="Consonant breath protection",value=0.5,interactive=True,)
|
261 |
with gr.Group():
|
262 |
+
refresh_button = gr.Button("1. Refresh Models")
|
263 |
+
preview_button = gr.Button("2. Preview!")
|
264 |
+
button_conf = gr.Button("3. Convert",variant="primary",)
|
265 |
output_conf = gr.Audio(type="filepath",label="Output",)
|
266 |
|
267 |
|