tsi-org commited on
Commit
6a58920
·
1 Parent(s): 0f3d75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ gr.Interface(
79
  ],
80
  outputs="image",
81
  title="Image Upscaling 🦆",
82
- 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)",
83
  allow_flagging="never",
84
  css=css,
85
  ).launch()
 
79
  ],
80
  outputs="image",
81
  title="Image Upscaling 🦆",
82
+ description="Upscale your images!",
83
  allow_flagging="never",
84
  css=css,
85
  ).launch()