Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -335,9 +335,9 @@ title = """<h1 align="center">Diffusers Image Outpaint</h1>
|
|
335 |
"""
|
336 |
|
337 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
338 |
-
gr.Markdown("# 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():
|
|
|
335 |
"""
|
336 |
|
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", fill_height=True):
|
341 |
with gr.Column():
|
342 |
with gr.Row():
|
343 |
with gr.Column():
|