Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(css=css) as demo:
|
|
232 |
with gr.Column():
|
233 |
init_image = gr.Image(label="Input Image", type="pil")
|
234 |
with gr.Column():
|
235 |
-
img2img_output = gr.Gallery(label="
|
236 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|
237 |
|
238 |
gr.Examples(
|
|
|
232 |
with gr.Column():
|
233 |
init_image = gr.Image(label="Input Image", type="pil")
|
234 |
with gr.Column():
|
235 |
+
img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
|
236 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|
237 |
|
238 |
gr.Examples(
|