Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -391,7 +391,7 @@ with gr.Blocks(theme=gr.themes.Soft(),
|
|
| 391 |
|
| 392 |
with gr.Accordion("Recent Generations (last 16)", open=False):
|
| 393 |
recent_gallery = gr.Gallery(label="Prompt and Output",
|
| 394 |
-
columns=
|
| 395 |
interactive=False)
|
| 396 |
|
| 397 |
def get_recent_gallery_items():
|
|
|
|
| 391 |
|
| 392 |
with gr.Accordion("Recent Generations (last 16)", open=False):
|
| 393 |
recent_gallery = gr.Gallery(label="Prompt and Output",
|
| 394 |
+
columns=4,
|
| 395 |
interactive=False)
|
| 396 |
|
| 397 |
def get_recent_gallery_items():
|