multimodalart HF staff commited on
Commit
26834c9
1 Parent(s): 5759919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ css = """
195
  }
196
  """
197
 
198
- title = """<h1 align="center">FLUX Image 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
  """
 
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
  """