Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,12 +80,12 @@ gr.Interface(
|
|
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,
|
|
|
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 style="text-align: center;">
|
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 |
+
Anchor-based Plain Net for Mobile Image Super-Resolution
|
88 |
</div>
|
|
|
89 |
""",
|
90 |
allow_flagging="never",
|
91 |
css=css,
|