alfroz commited on
Commit
dcfd2ea
1 Parent(s): be383ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()