deltheil commited on
Commit
8d5e48e
·
verified ·
1 Parent(s): 4fde55d

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +4 -14
src/app.py CHANGED
@@ -183,22 +183,12 @@ TITLE = """
183
  <h1>Finegrain Object Cutter</h1>
184
  <p>
185
  Create HD cutouts from any image with just a prompt.
186
- Powered by
187
- <a
188
- href="https://huggingface.co/finegrain/finegrain-box-segmenter"
189
- target="_blank"
190
- >Finegrain's Box Segmenter model</a>,
191
- trained with some
192
- <a
193
- href="https://huggingface.co/datasets/Nfiniteai/product-masks-sample"
194
- target="_blank"
195
- >synthetic data provided by Nfinite</a>.
196
  </p><p>
197
- For premium-quality results,
198
- <a href="https://account.finegrain.ai/sign-up?utm_source=hf&utm_campaign=cutter">try Finegrain API</a>
199
- it's free to test!
200
  </p><p>
201
- 🌟 If you like this Space, follow <a href="https://huggingface.co/finegrain">Finegrain</a> on Hugging Face for more cool free tools!
202
  </p>
203
  """
204
 
 
183
  <h1>Finegrain Object Cutter</h1>
184
  <p>
185
  Create HD cutouts from any image with just a prompt.
 
 
 
 
 
 
 
 
 
 
186
  </p><p>
187
+ <b>Building a mobile app?</b> Run an optimized version of this model locally with the
188
+ <a href="https://github.com/finegrain-ai/finegrain-ios-sdk">Finegrain On-Device SDK</a>
189
+ (No GPU costs, 100% Privacy, Real-time).
190
  </p><p>
191
+ 🌟 <b>Questions about integration?</b> Join our <a href="https://discord.gg/zFKg5TjXub">Discord Server</a> for developer support, or follow <a href="https://x.com/finegrain_ai">Finegrain</a> for updates.
192
  </p>
193
  """
194