sariyam commited on
Commit
cc54233
·
verified ·
1 Parent(s): ba194d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -194,9 +194,8 @@ css = """
194
  }
195
  """
196
 
197
- title = """<h1 align="center">FLUX Fill Outpaint</h1>
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: