maximebrenon commited on
Commit
37cf1cd
·
verified ·
1 Parent(s): 7bca542

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +7 -13
src/app.py CHANGED
@@ -128,24 +128,18 @@ def on_change_prompt(img: Image.Image | None, prompt: str | None):
128
 
129
 
130
  TITLE = """
131
- <div style="
132
- background-color: #f08c00;
133
- color: #212529;
134
- padding: 0.5rem 1rem;
135
- font-size: 1.25rem;
136
- " align="center">
137
- 🥳 We're launching our API! It's way faster and more accurate than this space, so check it out!
138
- <a href="https://finegrain.ai/?utm_source=hf&utm_campaign=object-eraser" target="_blank">Try it now for free</a>
139
- using our Editor app! 🚀
140
- </div>
141
- <h1>Finegrain Object Eraser</h1>
142
  <p>
143
- Erase any object from your image just by naming it — no manual work required!
144
- Not only will the object disappear, but so will its effects on the scene, like shadows or reflections.
 
 
 
145
  </p>
146
  <p>
147
  <a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
148
  <a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
 
149
  </p>
150
  """
151
 
 
128
 
129
 
130
  TITLE = """
131
+ <h1>Finegrain Object Eraser (Lite Version)</h1>
 
 
 
 
 
 
 
 
 
 
132
  <p>
133
+ Erase any object, along with its shadows and reflections, just by naming it!
134
+ </p>
135
+ <p>
136
+ 🔌 For high-resolution results with scene preservation, superior shadow/reflection removal
137
+ and enhanced missing pixel generation, <a href="https://finegrain.ai">try the Finegrain API</a> ! 🔌
138
  </p>
139
  <p>
140
  <a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
141
  <a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
142
+ <a href="https://finegrain.ai">[Finegrain API]</a>
143
  </p>
144
  """
145