Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
26834c9
1
Parent(s):
5759919
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 |
"""
|