clone3 commited on
Commit
ba5bbe9
·
1 Parent(s): b10e518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css="style.css") as demo:
148
  )
149
  run_button = gr.Button("Run", scale=0)
150
  result = gr.Gallery(
151
- label="Generated images", show_label=False, elem_id="gallery", grid=[2]
152
  )
153
  with gr.Accordion("Advanced options", open=False):
154
  seed = gr.Slider(
 
148
  )
149
  run_button = gr.Button("Run", scale=0)
150
  result = gr.Gallery(
151
+ label="Generated images", show_label=False, elem_id="gallery", grid=[1]
152
  )
153
  with gr.Accordion("Advanced options", open=False):
154
  seed = gr.Slider(