Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,14 @@ gr.Interface(
|
|
79 |
outputs="image",
|
80 |
title="Image Upscaling 🦆",
|
81 |
description="Model: [Anchor-based Plain Net for Mobile Image Super-Resolution](https://arxiv.org/abs/2105.09750). Repository: [SR Mobile PyTorch](https://github.com/w11wo/sr_mobile_pytorch)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
allow_flagging="never",
|
83 |
css=css,
|
84 |
).launch()
|
|
|
79 |
outputs="image",
|
80 |
title="Image Upscaling 🦆",
|
81 |
description="Model: [Anchor-based Plain Net for Mobile Image Super-Resolution](https://arxiv.org/abs/2105.09750). Repository: [SR Mobile PyTorch](https://github.com/w11wo/sr_mobile_pytorch)",
|
82 |
+
article = """
|
83 |
+
<div>
|
84 |
+
<a href="https://arxiv.org/abs/2105.09750">
|
85 |
+
<img src="https://img.shields.io/badge/arXiv-2105.09750-b31b1b.svg" alt="Arxiv" style="display:inline-block;">
|
86 |
+
</a>
|
87 |
+
</div>
|
88 |
+
Anchor-based Plain Net for Mobile Image Super-Resolution
|
89 |
+
"""
|
90 |
allow_flagging="never",
|
91 |
css=css,
|
92 |
).launch()
|