Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
|
|
54 |
description = gr.Markdown()
|
55 |
|
56 |
with gr.Column():
|
57 |
-
outputs=gr.Gallery(
|
58 |
labels = gr.Label()
|
59 |
|
60 |
gr.Markdown("### Image Examples")
|
|
|
54 |
description = gr.Markdown()
|
55 |
|
56 |
with gr.Column():
|
57 |
+
outputs=gr.Gallery(rows=2)
|
58 |
labels = gr.Label()
|
59 |
|
60 |
gr.Markdown("### Image Examples")
|