multimodalart HF staff commited on
Commit
cd8142c
1 Parent(s): 7c06677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: