Disty0 commited on
Commit
ba25ba3
1 Parent(s): d53bfdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css="style.css") as demo:
122
  )
123
  run_button = gr.Button("Run", scale=0)
124
  result = gr.Gallery(
125
- label="Generated images", show_label=False, elem_id="gallery", grid=[2]
126
  )
127
  with gr.Accordion("Advanced options", open=False):
128
  with gr.Row():
 
122
  )
123
  run_button = gr.Button("Run", scale=0)
124
  result = gr.Gallery(
125
+ label="Generated images", show_label=False, elem_id="gallery"
126
  )
127
  with gr.Accordion("Advanced options", open=False):
128
  with gr.Row():