williamcfrancis commited on
Commit
4ec4c85
·
1 Parent(s): 0b3980e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ gr.Interface(
93
  gr.inputs.Image(type="pil", label="Input Image"),
94
  ],
95
  outputs="image",
96
- title="Image Upscaling 🦆",
97
- 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)",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()
 
93
  gr.inputs.Image(type="pil", label="Input Image"),
94
  ],
95
  outputs="image",
96
+ title="Image Motion Deblurring 🦆",
97
+ description="Repository: [Blind Motion Deblurring for Legible License Plates](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning). Find sample motion blurred images [here](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning/tree/main/readme_imgs)",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()