Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with block as demo:
186
  )
187
 
188
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
189
- grid=[2], height="auto"
190
  )
191
 
192
  ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
 
186
  )
187
 
188
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
189
+ grid=[4], height="auto"
190
  )
191
 
192
  ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)