ash123 commited on
Commit
a4f41ce
1 Parent(s): 23266a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -274,8 +274,8 @@ with block as demo:
274
  )
275
  btn = gr.Button("Generate image", label="Primary Button", variant="primary")
276
 
277
- gallery = gr.Image(
278
- label="Generated images", show_label=False, elem_id="gallery",type="pil"
279
  ).style(height="auto")
280
 
281
 
 
274
  )
275
  btn = gr.Button("Generate image", label="Primary Button", variant="primary")
276
 
277
+ gallery = gr.Gallery(
278
+ label="Generated images", show_label=False, elem_id="gallery"
279
  ).style(height="auto")
280
 
281