Pierre Chapuis
commited on
update header
Browse files- src/app.py +5 -10
src/app.py
CHANGED
@@ -138,16 +138,11 @@ def on_change_prompt(img: Image.Image | None, prompt: str | None):
|
|
138 |
TITLE = """
|
139 |
<h1>Finegrain Object Eraser (Lite Version)</h1>
|
140 |
<p>
|
141 |
-
|
142 |
-
</p>
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
</p>
|
147 |
-
<p>
|
148 |
-
<a href="https://discord.gg/zFKg5TjXub" target="_blank">[Discord]</a>
|
149 |
-
<a href="https://github.com/finegrain-ai" target="_blank">[GitHub]</a>
|
150 |
-
<a href="https://finegrain.ai">[Finegrain API]</a>
|
151 |
</p>
|
152 |
"""
|
153 |
|
|
|
138 |
TITLE = """
|
139 |
<h1>Finegrain Object Eraser (Lite Version)</h1>
|
140 |
<p>
|
141 |
+
Erase any object from an image with just a prompt.
|
142 |
+
</p><p>
|
143 |
+
For premium-quality results,
|
144 |
+
<a href="https://chat.finegrain.ai?utm_source=hf&utm_campaign=eraser">try Finegrain Chat</a>
|
145 |
+
— it's free to test!
|
|
|
|
|
|
|
|
|
|
|
146 |
</p>
|
147 |
"""
|
148 |
|