OzzyGT HF staff commited on
Commit
a99ac61
1 Parent(s): f3c7f02

added link to guide

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ css = """
91
 
92
  title = """<h1 align="center">Diffusers Image Fill</h1>
93
  <div align="center">Draw the mask over the subject you want to erase or change.</div>
 
94
  """
95
 
96
  with gr.Blocks(css=css) as demo:
 
91
 
92
  title = """<h1 align="center">Diffusers Image Fill</h1>
93
  <div align="center">Draw the mask over the subject you want to erase or change.</div>
94
+ <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>
95
  """
96
 
97
  with gr.Blocks(css=css) as demo: