chengzeyi commited on
Commit
2efb1cf
·
verified ·
1 Parent(s): 41125c6

Upload folder using huggingface_hub

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