Disty0 commited on
Commit
4be6f60
1 Parent(s): 0481e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css="style.css") as demo:
135
  )
136
  run_button = gr.Button("Run", scale=0)
137
  result = gr.Gallery(
138
- label="Generated images", show_label=False, elem_id="gallery", grid=[2]
139
  )
140
  with gr.Accordion("Advanced options", open=False):
141
  with gr.Row():
 
135
  )
136
  run_button = gr.Button("Run", scale=0)
137
  result = gr.Gallery(
138
+ label="Generated images", show_label=False, elem_id="gallery"
139
  )
140
  with gr.Accordion("Advanced options", open=False):
141
  with gr.Row():