Spaces:
Running
on
Zero
Running
on
Zero
tweak html content
Browse files- src/app.py +4 -4
src/app.py
CHANGED
@@ -189,6 +189,10 @@ TITLE = """
|
|
189 |
using our Editor app! 🚀
|
190 |
</div>
|
191 |
<h1>Finegrain Object Eraser</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>
|
@@ -207,10 +211,6 @@ TITLE = """
|
|
207 |
>synthetic data provided by Nfinite</a>.
|
208 |
<br>
|
209 |
</p>
|
210 |
-
<p>
|
211 |
-
<a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
|
212 |
-
<a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
|
213 |
-
</p>
|
214 |
"""
|
215 |
|
216 |
with gr.Blocks() as demo:
|
|
|
189 |
using our Editor app! 🚀
|
190 |
</div>
|
191 |
<h1>Finegrain Object Eraser</h1>
|
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>
|
|
|
211 |
>synthetic data provided by Nfinite</a>.
|
212 |
<br>
|
213 |
</p>
|
|
|
|
|
|
|
|
|
214 |
"""
|
215 |
|
216 |
with gr.Blocks() as demo:
|