Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
122 |
)
|
123 |
run_button = gr.Button("Run", scale=0)
|
124 |
result = gr.Gallery(
|
125 |
-
label="Generated images", show_label=False, elem_id="gallery"
|
126 |
)
|
127 |
with gr.Accordion("Advanced options", open=False):
|
128 |
with gr.Row():
|
|
|
122 |
)
|
123 |
run_button = gr.Button("Run", scale=0)
|
124 |
result = gr.Gallery(
|
125 |
+
label="Generated images", show_label=False, elem_id="gallery"
|
126 |
)
|
127 |
with gr.Accordion("Advanced options", open=False):
|
128 |
with gr.Row():
|