Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
148 |
)
|
149 |
run_button = gr.Button("Run", scale=0)
|
150 |
result = gr.Gallery(
|
151 |
-
label="Generated images", show_label=False, elem_id="gallery", grid=[
|
152 |
)
|
153 |
with gr.Accordion("Advanced options", open=False):
|
154 |
seed = gr.Slider(
|
|
|
148 |
)
|
149 |
run_button = gr.Button("Run", scale=0)
|
150 |
result = gr.Gallery(
|
151 |
+
label="Generated images", show_label=False, elem_id="gallery", grid=[1]
|
152 |
)
|
153 |
with gr.Accordion("Advanced options", open=False):
|
154 |
seed = gr.Slider(
|