Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,9 +194,8 @@ css = """
|
|
| 194 |
}
|
| 195 |
"""
|
| 196 |
|
| 197 |
-
title = """<h1 align="center">
|
| 198 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
| 199 |
-
<div align="center">Using <a href="https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev" target="_blank"><code>FLUX.1-Fill-dev</code></a></div>
|
| 200 |
"""
|
| 201 |
|
| 202 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 194 |
}
|
| 195 |
"""
|
| 196 |
|
| 197 |
+
title = """<h1 align="center">Fill Outpaint - Free AI Image Extender Online</h1>
|
| 198 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
|
|
|
| 199 |
"""
|
| 200 |
|
| 201 |
with gr.Blocks(css=css) as demo:
|