OzzyGT HF staff commited on
Commit
2100afd
1 Parent(s): b0b342d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ def clear_result():
90
  title = """<h1 align="center">Diffusers Fast Inpaint</h1>
91
  <div align="center">Draw the mask over the subject you want to erase or change and write what you want to inpaint it with.</div>
92
  <div align="center">This is a lighting model with almost no CFG and 12 steps, so don't expect high quality generations.</div>
 
93
  """
94
 
95
  with gr.Blocks() as demo:
 
90
  title = """<h1 align="center">Diffusers Fast Inpaint</h1>
91
  <div align="center">Draw the mask over the subject you want to erase or change and write what you want to inpaint it with.</div>
92
  <div align="center">This is a lighting model with almost no CFG and 12 steps, so don't expect high quality generations.</div>
93
+ <div align="center">This space is a PoC made for the guide <a href='https://huggingface.co/blog/OzzyGT/diffusers-image-fill'>Diffusers Image Fill</a>.</div>
94
  """
95
 
96
  with gr.Blocks() as demo: