Update src/app.py
Browse files- src/app.py +1 -20
src/app.py
CHANGED
@@ -24,26 +24,7 @@ TITLE = """
|
|
24 |
padding: 0.5rem 1rem;
|
25 |
font-size: 1.25rem;
|
26 |
">
|
27 |
-
🚀
|
28 |
-
<a href="https://finegrain.ai/editor?utm_source=hf&utm_campaign=image-enhancer" target="_blank">Finegrain Editor</a>! You'll find there all our AI tools made available in a nice UI. 🚀
|
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>
|
38 |
-
|
39 |
-
<p>
|
40 |
-
This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
|
41 |
-
If you enjoyed it, please consider starring Refiners on GitHub!
|
42 |
-
</p>
|
43 |
-
|
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" />
|
46 |
-
</a>
|
47 |
|
48 |
</center>
|
49 |
"""
|
|
|
24 |
padding: 0.5rem 1rem;
|
25 |
font-size: 1.25rem;
|
26 |
">
|
27 |
+
🚀 Rescala, mejora, regenera imagenes con mala calidad a imagenes HD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
</center>
|
30 |
"""
|