Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
|
|
230 |
with gr.Group():
|
231 |
with gr.Row():
|
232 |
with gr.Column():
|
233 |
-
init_image = gr.Image(label="Input Image", type="pil"
|
234 |
with gr.Column():
|
235 |
img2img_output = gr.Gallery(label="Output Images", show_label=False).style(grid=2)
|
236 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|
|
|
230 |
with gr.Group():
|
231 |
with gr.Row():
|
232 |
with gr.Column():
|
233 |
+
init_image = gr.Image(label="Input Image", type="pil")
|
234 |
with gr.Column():
|
235 |
img2img_output = gr.Gallery(label="Output Images", show_label=False).style(grid=2)
|
236 |
strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
|