Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ css = """
|
|
| 195 |
}
|
| 196 |
"""
|
| 197 |
|
| 198 |
-
title = """<h1 align="center">FLUX
|
| 199 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
| 200 |
<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>
|
| 201 |
"""
|
|
|
|
| 195 |
}
|
| 196 |
"""
|
| 197 |
|
| 198 |
+
title = """<h1 align="center">FLUX Fill Outpaint</h1>
|
| 199 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
| 200 |
<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>
|
| 201 |
"""
|