Spaces:
Running on Zero
Running on Zero
Update src/app.py
Browse files- 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 |
-
|
| 198 |
-
<a href="https://
|
| 199 |
-
|
| 200 |
</p><p>
|
| 201 |
-
🌟
|
| 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 |
|