OzzyGT HF Staff commited on
Commit
432e607
·
1 Parent(s): a468e28

link to fast inpaint

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -101,9 +101,12 @@ def clear_result():
101
  return gr.update(value=None)
102
 
103
 
104
- title = """<h1 align="center">Diffusers Image Fill</h1>
105
  <div align="center">Draw the mask over the subject you want to erase or change.</div>
106
- <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>
 
 
 
107
  """
108
 
109
  with gr.Blocks() as demo:
 
101
  return gr.update(value=None)
102
 
103
 
104
+ title = """<h2 align="center">Diffusers Image Fill</h2>
105
  <div align="center">Draw the mask over the subject you want to erase or change.</div>
106
+ <div align="center">
107
+ This space is a PoC made for the guide <a href='https://huggingface.co/blog/OzzyGT/diffusers-image-fill'>Diffusers Image Fill</a>.
108
+ If you need a space where you can use prompts, please go to the <a href='https://huggingface.co/spaces/OzzyGT/diffusers-fast-inpaint'>Diffusers Fast Inpaint</a> space.
109
+ </div>
110
  """
111
 
112
  with gr.Blocks() as demo: