ash123 commited on
Commit
f407d4d
1 Parent(s): ce24c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with block as demo:
262
 
263
  gallery = gr.Gallery(
264
  label="Generated images", show_label=False, elem_id="gallery"
265
- ).style(grid=[2], height="auto")
266
 
267
 
268
  with gr.Row():
 
262
 
263
  gallery = gr.Gallery(
264
  label="Generated images", show_label=False, elem_id="gallery"
265
+ ).style(height="auto")
266
 
267
 
268
  with gr.Row():