Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ h1 {
|
|
250 |
|
251 |
title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
|
252 |
|
253 |
-
with gr.Blocks(
|
254 |
with gr.Column():
|
255 |
gr.HTML(title)
|
256 |
|
|
|
250 |
|
251 |
title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
|
252 |
|
253 |
+
with gr.Blocks(css=css) as demo:
|
254 |
with gr.Column():
|
255 |
gr.HTML(title)
|
256 |
|