Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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():
|