Update app.py
Browse files
app.py
CHANGED
@@ -1542,7 +1542,7 @@ with gr.Blocks(theme=theme) as app:
|
|
1542 |
inputs=[sid0],
|
1543 |
outputs=[spk_item],
|
1544 |
)
|
1545 |
-
but0 = gr.Button("Convert", variant="primary")
|
1546 |
with gr.Row():
|
1547 |
with gr.Column():
|
1548 |
with gr.Row():
|
|
|
1542 |
inputs=[sid0],
|
1543 |
outputs=[spk_item],
|
1544 |
)
|
1545 |
+
but0 = gr.Button("Convert", variant="primary", size='xl')
|
1546 |
with gr.Row():
|
1547 |
with gr.Column():
|
1548 |
with gr.Row():
|