chengzeyi commited on
Commit
4b1fa9d
·
verified ·
1 Parent(s): 250ae72

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -399,7 +399,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
399
  performance_plot = gr.Plot(label="Performance Metrics")
400
 
401
  with gr.Accordion("Recent Generations (last 8)", open=False):
402
- recent_gallery = gr.Gallery(label="Prompt and Output")
403
 
404
  def update_recent_gallery(prompt, results):
405
  recent_generations.append({
 
399
  performance_plot = gr.Plot(label="Performance Metrics")
400
 
401
  with gr.Accordion("Recent Generations (last 8)", open=False):
402
+ recent_gallery = gr.Gallery(label="Prompt and Output", columns=3)
403
 
404
  def update_recent_gallery(prompt, results):
405
  recent_generations.append({