Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,4 +81,5 @@ gr.Interface(
|
|
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()
|
|
|
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 |
+
share=True
|
85 |
).launch()
|