Pierre Chapuis commited on
Commit
d248f47
·
unverified ·
1 Parent(s): 351f2e7

update header

Browse files
Files changed (1) hide show
  1. src/app.py +5 -10
src/app.py CHANGED
@@ -138,16 +138,11 @@ def on_change_prompt(img: Image.Image | None, prompt: str | None):
138
  TITLE = """
139
  <h1>Finegrain Object Eraser (Lite Version)</h1>
140
  <p>
141
- Erase any object, along with its shadows and reflections, just by naming it!
142
- </p>
143
- <p>
144
- 🔌 For high-resolution results with scene preservation, superior shadow/reflection removal
145
- and enhanced missing pixel generation, <a href="https://finegrain.ai">try the Finegrain API</a> ! 🔌
146
- </p>
147
- <p>
148
- <a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
149
- <a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
150
- <a href="https://finegrain.ai">[Finegrain API]</a>
151
  </p>
152
  """
153
 
 
138
  TITLE = """
139
  <h1>Finegrain Object Eraser (Lite Version)</h1>
140
  <p>
141
+ Erase any object from an image with just a prompt.
142
+ </p><p>
143
+ For premium-quality results,
144
+ <a href="https://chat.finegrain.ai?utm_source=hf&utm_campaign=eraser">try Finegrain Chat</a>
145
+ it's free to test!
 
 
 
 
 
146
  </p>
147
  """
148