Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files
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({
|