Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ with gr.Blocks(css=css) as demo:
|
|
282 |
with gr.Column():
|
283 |
img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
|
284 |
with gr.Row():
|
285 |
-
img2img_run_button = gr.Button("Generate", scale=1
|
286 |
|
287 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|
288 |
with gr.Accordion("Advanced options", open=False):
|
|
|
282 |
with gr.Column():
|
283 |
img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
|
284 |
with gr.Row():
|
285 |
+
img2img_run_button = gr.Button("Generate", scale=1)
|
286 |
|
287 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|
288 |
with gr.Accordion("Advanced options", open=False):
|