Spaces:
Running
on
Zero
Running
on
Zero
fix responsiveness
Browse files- src/app.py +5 -7
src/app.py
CHANGED
@@ -27,21 +27,19 @@ TITLE = """
|
|
27 |
Image Enhancer, Powered By Refiners
|
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;">
|
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://github.com/philz1337x/clarity-upscaler" target="_blank">[clarity-upscaler]</a>
|
34 |
<a href="https://finegrain.ai/" target="_blank">[finegrain]</a>
|
35 |
</div>
|
36 |
|
37 |
-
<
|
38 |
-
|
39 |
-
If you enjoyed this space, please consider starring Refiners on GitHub!
|
40 |
-
</p>
|
41 |
<a href="https://github.com/finegrain-ai/refiners" target="_blank">
|
42 |
-
<img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social"/>
|
43 |
</a>
|
44 |
-
</
|
45 |
|
46 |
</center>
|
47 |
"""
|
|
|
27 |
Image Enhancer, Powered By Refiners
|
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://github.com/philz1337x/clarity-upscaler" target="_blank">[clarity-upscaler]</a>
|
34 |
<a href="https://finegrain.ai/" target="_blank">[finegrain]</a>
|
35 |
</div>
|
36 |
|
37 |
+
<p style="margin: 0;">
|
38 |
+
If you enjoyed this space, please consider starring Refiners on GitHub!
|
|
|
|
|
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>
|
42 |
+
</p>
|
43 |
|
44 |
</center>
|
45 |
"""
|