ford442 commited on
Commit
d252960
·
verified ·
1 Parent(s): e03c1d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(