Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,15 +252,7 @@ css = """
|
|
| 252 |
"""
|
| 253 |
|
| 254 |
# Define the title HTML string
|
| 255 |
-
title = """<h1 align="center">
|
| 256 |
-
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
| 257 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 258 |
-
<p style="display: flex;gap: 6px;">
|
| 259 |
-
<a href="https://github.com/huggingface/diffusers">
|
| 260 |
-
Built with Diffusers
|
| 261 |
-
</a>
|
| 262 |
-
</p>
|
| 263 |
-
</div>
|
| 264 |
"""
|
| 265 |
|
| 266 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 252 |
"""
|
| 253 |
|
| 254 |
# Define the title HTML string
|
| 255 |
+
title = """<h1 align="center">Re-Size Image Outpaint</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
"""
|
| 257 |
|
| 258 |
with gr.Blocks(css=css) as demo:
|