Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -451,7 +451,7 @@ with gr.Blocks(theme=gr.themes.Origin()) as demo:
|
|
| 451 |
run_button_30 = gr.Button("Run 30 Seconds", scale=0)
|
| 452 |
run_button_60 = gr.Button("Run 60 Seconds", scale=0)
|
| 453 |
run_button_90 = gr.Button("Run 90 Seconds", scale=0)
|
| 454 |
-
|
| 455 |
with gr.Row():
|
| 456 |
|
| 457 |
style_selection = gr.Radio(
|
|
|
|
| 451 |
run_button_30 = gr.Button("Run 30 Seconds", scale=0)
|
| 452 |
run_button_60 = gr.Button("Run 60 Seconds", scale=0)
|
| 453 |
run_button_90 = gr.Button("Run 90 Seconds", scale=0)
|
| 454 |
+
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
| 455 |
with gr.Row():
|
| 456 |
|
| 457 |
style_selection = gr.Radio(
|