Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ h1 {
|
|
| 246 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|
| 247 |
"""
|
| 248 |
|
| 249 |
-
with gr.Blocks(
|
| 250 |
with gr.Column():
|
| 251 |
gr.HTML(title)
|
| 252 |
|
|
|
|
| 246 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|
| 247 |
"""
|
| 248 |
|
| 249 |
+
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
| 250 |
with gr.Column():
|
| 251 |
gr.HTML(title)
|
| 252 |
|