Spaces:
Running
on
Zero
Running
on
Zero
tweak html content
Browse files- src/app.py +5 -5
src/app.py
CHANGED
@@ -188,11 +188,7 @@ TITLE = """
|
|
188 |
<a href="https://finegrain.ai/?utm_source=hf&utm_campaign=object-cutter" target="_blank">Try it now for free</a>
|
189 |
using our Editor app! 🚀
|
190 |
</div>
|
191 |
-
<h1>Finegrain Object
|
192 |
-
<p>
|
193 |
-
<a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
|
194 |
-
<a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
|
195 |
-
</p>
|
196 |
<p>
|
197 |
Create high-quality HD cutouts for any object in your image with just a text prompt — no manual work required!
|
198 |
<br>
|
@@ -210,6 +206,10 @@ TITLE = """
|
|
210 |
target="_blank"
|
211 |
>synthetic data provided by Nfinite</a>.
|
212 |
<br>
|
|
|
|
|
|
|
|
|
213 |
</p>
|
214 |
"""
|
215 |
|
|
|
188 |
<a href="https://finegrain.ai/?utm_source=hf&utm_campaign=object-cutter" target="_blank">Try it now for free</a>
|
189 |
using our Editor app! 🚀
|
190 |
</div>
|
191 |
+
<h1>Finegrain Object Cutter</h1>
|
|
|
|
|
|
|
|
|
192 |
<p>
|
193 |
Create high-quality HD cutouts for any object in your image with just a text prompt — no manual work required!
|
194 |
<br>
|
|
|
206 |
target="_blank"
|
207 |
>synthetic data provided by Nfinite</a>.
|
208 |
<br>
|
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 |
|