Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -248,6 +248,8 @@ css = """
|
|
248 |
.gradio-container {
|
249 |
width: 1200px !important;
|
250 |
}
|
|
|
|
|
251 |
"""
|
252 |
|
253 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|
|
|
248 |
.gradio-container {
|
249 |
width: 1200px !important;
|
250 |
}
|
251 |
+
h1 { text-align: center; }
|
252 |
+
footer { visibility: hidden; }
|
253 |
"""
|
254 |
|
255 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|