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