AYYasaswini commited on
Commit
af3b6eb
·
verified ·
1 Parent(s): 064cae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -950,7 +950,7 @@ demo = gr.Interface(generate_image_from_prompt,
950
  ),
951
  ],
952
  outputs=[
953
- gr.Gallery(label="Generated Images", show_label=False, elem_id="gallery", columns=[2], rows=[2],
954
  object_fit="contain"),
955
  ],
956
  title=title,
 
950
  ),
951
  ],
952
  outputs=[
953
+ gr.Gallery(label="Generated Images", show_label=False, elem_id="gallery", columns=1, rows=1,
954
  object_fit="contain"),
955
  ],
956
  title=title,