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