Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,6 +215,7 @@ css = """
|
|
| 215 |
|
| 216 |
title = """<h1 align="center">FLUX Image Outpaint</h1>
|
| 217 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
|
|
|
| 218 |
"""
|
| 219 |
|
| 220 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 215 |
|
| 216 |
title = """<h1 align="center">FLUX Image Outpaint</h1>
|
| 217 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
| 218 |
+
<div align="center">Using <a href="https://huggingface.co/alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha" target="_blank"><code>FLUX.1-dev-Controlnet-Inpainting-Beta</code></a></div>
|
| 219 |
"""
|
| 220 |
|
| 221 |
with gr.Blocks(css=css) as demo:
|