LPX55 commited on
Commit
0e82ff7
·
verified ·
1 Parent(s): d62ec98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():