chengzeyi commited on
Commit
ea5f7d0
·
1 Parent(s): 1885341
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -398,7 +398,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
398
  with gr.Accordion("Recent Generations (last 16)", open=False):
399
  recent_gallery = gr.Gallery(get_recent_gallery_items(),
400
  label="Prompt and Output",
401
- columns=3)
 
402
 
403
  recent_gallery.change(lambda ex: ex,
404
  inputs=[recent_gallery],
 
398
  with gr.Accordion("Recent Generations (last 16)", open=False):
399
  recent_gallery = gr.Gallery(get_recent_gallery_items(),
400
  label="Prompt and Output",
401
+ columns=3,
402
+ interactive=False)
403
 
404
  recent_gallery.change(lambda ex: ex,
405
  inputs=[recent_gallery],