Spaces:
Runtime error
Runtime error
inoculatemedia
commited on
Commit
•
8690826
1
Parent(s):
e11727c
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ gr.Interface(
|
|
77 |
),
|
78 |
],
|
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,
|
|
|
77 |
),
|
78 |
],
|
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,
|