Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -240,15 +240,9 @@ h1 {
|
|
240 |
text-align: center;
|
241 |
display: block;
|
242 |
}
|
243 |
-
.submit-btn {
|
244 |
-
background-color: #4682B4 !important;
|
245 |
-
color: white !important;
|
246 |
-
}
|
247 |
-
.submit-btn:hover {
|
248 |
-
background-color: #87CEFA !important;
|
249 |
"""
|
250 |
|
251 |
-
title = """<h1>
|
252 |
|
253 |
with gr.Blocks(css=css) as demo:
|
254 |
with gr.Column():
|
|
|
240 |
text-align: center;
|
241 |
display: block;
|
242 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
"""
|
244 |
|
245 |
+
title = """<h1>Image Outpaint Expand 🪃</h1>"""
|
246 |
|
247 |
with gr.Blocks(css=css) as demo:
|
248 |
with gr.Column():
|