Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -337,7 +337,7 @@ title = """<h1 align="center">Diffusers Image Outpaint</h1>
|
|
337 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
338 |
gr.Markdown("# SDXL Lightning Diffusers Inpaint and Outpaint")
|
339 |
with gr.Tabs():
|
340 |
-
with gr.TabItem("Inpaint"
|
341 |
with gr.Column():
|
342 |
with gr.Row():
|
343 |
with gr.Column():
|
@@ -357,7 +357,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
357 |
with gr.Row():
|
358 |
run_button = gr.Button("Generate")
|
359 |
paste_back = gr.Checkbox(True, label="Paste back original")
|
360 |
-
with gr.Row(
|
361 |
input_image = gr.ImageMask(
|
362 |
type="pil", label="Input Image", layers=True
|
363 |
)
|
|
|
337 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
338 |
gr.Markdown("# SDXL Lightning Diffusers Inpaint and Outpaint")
|
339 |
with gr.Tabs():
|
340 |
+
with gr.TabItem("Inpaint"):
|
341 |
with gr.Column():
|
342 |
with gr.Row():
|
343 |
with gr.Column():
|
|
|
357 |
with gr.Row():
|
358 |
run_button = gr.Button("Generate")
|
359 |
paste_back = gr.Checkbox(True, label="Paste back original")
|
360 |
+
with gr.Row(fill_height=True):
|
361 |
input_image = gr.ImageMask(
|
362 |
type="pil", label="Input Image", layers=True
|
363 |
)
|