chengzeyi commited on
Commit
ecf5bc5
·
verified ·
1 Parent(s): a57493c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,7 +391,7 @@ with gr.Blocks(theme=gr.themes.Soft(),
391
 
392
  with gr.Accordion("Recent Generations (last 16)", open=False):
393
  recent_gallery = gr.Gallery(label="Prompt and Output",
394
- columns=3,
395
  interactive=False)
396
 
397
  def get_recent_gallery_items():
 
391
 
392
  with gr.Accordion("Recent Generations (last 16)", open=False):
393
  recent_gallery = gr.Gallery(label="Prompt and Output",
394
+ columns=4,
395
  interactive=False)
396
 
397
  def get_recent_gallery_items():