add finegrain editor banner
Browse files- src/app.py +9 -19
src/app.py
CHANGED
|
@@ -18,30 +18,20 @@ pillow_heif.register_avif_opener()
|
|
| 18 |
TITLE = """
|
| 19 |
<center>
|
| 20 |
|
| 21 |
-
<h1 style="font-size: 1.5rem; margin-bottom: 0.5rem;">
|
| 22 |
-
Image Enhancer Powered By Refiners
|
| 23 |
-
</h1>
|
| 24 |
-
|
| 25 |
<div style="
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
gap: 0.5rem;
|
| 30 |
-
margin-bottom: 0.5rem;
|
| 31 |
font-size: 1.25rem;
|
| 32 |
-
flex-wrap: wrap;
|
| 33 |
">
|
| 34 |
-
|
| 35 |
-
<a href="https://
|
| 36 |
-
<a href="https://finegrain.ai/" target="_blank">[Finegrain]</a>
|
| 37 |
-
<a href="https://huggingface.co/spaces/finegrain/finegrain-object-eraser" target="_blank">
|
| 38 |
-
[Finegrain Object Eraser]
|
| 39 |
-
</a>
|
| 40 |
-
<a href="https://huggingface.co/spaces/finegrain/finegrain-object-cutter" target="_blank">
|
| 41 |
-
[Finegrain Object Cutter]
|
| 42 |
-
</a>
|
| 43 |
</div>
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
<p>
|
| 46 |
Turn low resolution images into high resolution versions with added generated details (your image will be modified).
|
| 47 |
</p>
|
|
|
|
| 18 |
TITLE = """
|
| 19 |
<center>
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
<div style="
|
| 22 |
+
background-color: #ff9100;
|
| 23 |
+
color: #1f2937;
|
| 24 |
+
padding: 0.5rem 1rem;
|
|
|
|
|
|
|
| 25 |
font-size: 1.25rem;
|
|
|
|
| 26 |
">
|
| 27 |
+
🚀 NEW: all the Finegrain spaces are now reunited under the
|
| 28 |
+
<a href="https://editor.finegrain.ai?utm_source=hf&utm_campaign=image-enhancer" target="_blank">Finegrain Editor</a>. Give it a shot! 🚀
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
</div>
|
| 30 |
|
| 31 |
+
<h1 style="font-size: 1.5rem; margin-bottom: 0.5rem;">
|
| 32 |
+
Image Enhancer Powered By Refiners
|
| 33 |
+
</h1>
|
| 34 |
+
|
| 35 |
<p>
|
| 36 |
Turn low resolution images into high resolution versions with added generated details (your image will be modified).
|
| 37 |
</p>
|