Spaces:
Running
on
Zero
Running
on
Zero
Laurent
commited on
improve title
Browse files- src/app.py +10 -5
src/app.py
CHANGED
|
@@ -28,14 +28,19 @@ TITLE = """
|
|
| 28 |
</h1>
|
| 29 |
|
| 30 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1.25rem; flex-wrap: wrap;">
|
| 31 |
-
<a href="https://blog.finegrain.ai/posts/reproducing-clarity-upscaler/" target="_blank">[
|
| 32 |
-
<a href="https://github.com/finegrain-ai/refiners" target="_blank">[
|
| 33 |
-
<a href="https://
|
| 34 |
-
<a href="https://
|
| 35 |
</div>
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
<p style="margin: 0;">
|
| 38 |
-
|
|
|
|
| 39 |
<a href="https://github.com/finegrain-ai/refiners" target="_blank">
|
| 40 |
<img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" style="display: inline; vertical-align: middle;" />
|
| 41 |
</a>
|
|
|
|
| 28 |
</h1>
|
| 29 |
|
| 30 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1.25rem; flex-wrap: wrap;">
|
| 31 |
+
<a href="https://blog.finegrain.ai/posts/reproducing-clarity-upscaler/" target="_blank">[Blog Post]</a>
|
| 32 |
+
<a href="https://github.com/finegrain-ai/refiners" target="_blank">[Refiners]</a>
|
| 33 |
+
<a href="https://finegrain.ai/" target="_blank">[Finegrain]</a>
|
| 34 |
+
<a href="https://huggingface.co/spaces/finegrain/finegrain-object-eraser" target="_blank">[Finegrain Object Eraser]</a>
|
| 35 |
</div>
|
| 36 |
|
| 37 |
+
<p>
|
| 38 |
+
Turn low resolution images into high resolution versions with insane generated details.
|
| 39 |
+
</p>
|
| 40 |
+
|
| 41 |
<p style="margin: 0;">
|
| 42 |
+
This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
|
| 43 |
+
If you enjoyed it, please consider starring Refiners on GitHub!
|
| 44 |
<a href="https://github.com/finegrain-ai/refiners" target="_blank">
|
| 45 |
<img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" style="display: inline; vertical-align: middle;" />
|
| 46 |
</a>
|