patrickvonplaten commited on
Commit
bb0ddd0
1 Parent(s): 7f83c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ with gr.Blocks() as demo:
239
  prompt = gr.Markdown(PROMPT_FORMAT.format(""))
240
  gallery = gr.Gallery(
241
  label="All images", show_label=False, elem_id="gallery"
242
- ).style(columns=GALLERY_COLUMN_NUM, object_fit="contain")
243
  next_button = gr.Button("Select").style(full_width=False)
244
 
245
  with gr.Column(visible=False):
 
239
  prompt = gr.Markdown(PROMPT_FORMAT.format(""))
240
  gallery = gr.Gallery(
241
  label="All images", show_label=False, elem_id="gallery"
242
+ ).style(columns=GALLERY_COLUMN_NUM, object_fit="contain", preview=True)
243
  next_button = gr.Button("Select").style(full_width=False)
244
 
245
  with gr.Column(visible=False):