Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -248,8 +248,7 @@ h1 {
|
|
248 |
background-color: #87CEFA !important;
|
249 |
"""
|
250 |
|
251 |
-
title = """<h1
|
252 |
-
"""
|
253 |
|
254 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
255 |
with gr.Column():
|
|
|
248 |
background-color: #87CEFA !important;
|
249 |
"""
|
250 |
|
251 |
+
title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
|
|
|
252 |
|
253 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
254 |
with gr.Column():
|