OzzyGT HF staff commited on
Commit
a18baf3
1 Parent(s): 5e46a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ title = """<h1 align="center">Diffusers Fast Inpaint</h1>
86
  <div align="center">This is a lighting model with almost no CFG and 12 steps, so don't expect high quality generations.</div>
87
  """
88
 
89
- with gr.Blocks(fill_height=True, fill_width=True) as demo:
90
  gr.HTML(title)
91
  with gr.Row():
92
  with gr.Column():
 
86
  <div align="center">This is a lighting model with almost no CFG and 12 steps, so don't expect high quality generations.</div>
87
  """
88
 
89
+ with gr.Blocks() as demo:
90
  gr.HTML(title)
91
  with gr.Row():
92
  with gr.Column():