Spaces:
Running
on
Zero
Running
on
Zero
tweak html content
Browse files- src/app.py +5 -10
src/app.py
CHANGED
@@ -190,27 +190,22 @@ TITLE = """
|
|
190 |
</div>
|
191 |
<h1>Finegrain Object Cutter</h1>
|
192 |
<p>
|
193 |
-
|
194 |
-
|
195 |
-
The object will be available on a transparent background, ready to paste elsewhere.
|
196 |
-
</p>
|
197 |
-
<p>
|
198 |
-
This space uses the
|
199 |
<a
|
200 |
href="https://huggingface.co/finegrain/finegrain-box-segmenter"
|
201 |
target="_blank"
|
202 |
-
>Finegrain Box Segmenter model</a>,
|
203 |
-
trained with
|
204 |
<a
|
205 |
href="https://huggingface.co/datasets/Nfiniteai/product-masks-sample"
|
206 |
target="_blank"
|
207 |
>synthetic data provided by Nfinite</a>.
|
208 |
-
|
209 |
<p>
|
210 |
<a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
|
211 |
<a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
|
212 |
</p>
|
213 |
-
</p>
|
214 |
"""
|
215 |
|
216 |
with gr.Blocks() as demo:
|
|
|
190 |
</div>
|
191 |
<h1>Finegrain Object Cutter</h1>
|
192 |
<p>
|
193 |
+
Generate HD cutouts instantly with a text prompt—no manual work!
|
194 |
+
Powered by
|
|
|
|
|
|
|
|
|
195 |
<a
|
196 |
href="https://huggingface.co/finegrain/finegrain-box-segmenter"
|
197 |
target="_blank"
|
198 |
+
>Finegrain's Box Segmenter model</a>,
|
199 |
+
trained with some
|
200 |
<a
|
201 |
href="https://huggingface.co/datasets/Nfiniteai/product-masks-sample"
|
202 |
target="_blank"
|
203 |
>synthetic data provided by Nfinite</a>.
|
204 |
+
</p>
|
205 |
<p>
|
206 |
<a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
|
207 |
<a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
|
208 |
</p>
|
|
|
209 |
"""
|
210 |
|
211 |
with gr.Blocks() as demo:
|