Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
@@ -398,7 +398,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
398 |
with gr.Accordion("Recent Generations (last 16)", open=False):
|
399 |
recent_gallery = gr.Gallery(get_recent_gallery_items(),
|
400 |
label="Prompt and Output",
|
401 |
-
columns=3
|
|
|
402 |
|
403 |
recent_gallery.change(lambda ex: ex,
|
404 |
inputs=[recent_gallery],
|
|
|
398 |
with gr.Accordion("Recent Generations (last 16)", open=False):
|
399 |
recent_gallery = gr.Gallery(get_recent_gallery_items(),
|
400 |
label="Prompt and Output",
|
401 |
+
columns=3,
|
402 |
+
interactive=False)
|
403 |
|
404 |
recent_gallery.change(lambda ex: ex,
|
405 |
inputs=[recent_gallery],
|