Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
135 |
)
|
136 |
run_button = gr.Button("Run", scale=0)
|
137 |
result = gr.Gallery(
|
138 |
-
label="Generated images", show_label=False, elem_id="gallery"
|
139 |
)
|
140 |
with gr.Accordion("Advanced options", open=False):
|
141 |
with gr.Row():
|
|
|
135 |
)
|
136 |
run_button = gr.Button("Run", scale=0)
|
137 |
result = gr.Gallery(
|
138 |
+
label="Generated images", show_label=False, elem_id="gallery"
|
139 |
)
|
140 |
with gr.Accordion("Advanced options", open=False):
|
141 |
with gr.Row():
|