williamcfrancis commited on
Commit
c974422
·
1 Parent(s): 60ce71f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ gr.Interface(
94
  ],
95
  outputs="image",
96
  title="Image Motion Deblurring 🦆",
97
- description="This tool deblurs motion blurred images using deep learning to compute the fast fourier transform of the input and estimating the angle and length of blur using a deep convolutional neural network to estimate the point spread function. This tool is built upon a novel approach to blind motion deblurring - converting a non-blind method (Weiner Deconvolution) to a blind method using Deep Learning. \\ Don't have motion blurred images to input? Find samples [here](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning/tree/main/readme_imgs). \\ Repository: [Blind Motion Deblurring for Legible License Plates](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning).",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()
 
94
  ],
95
  outputs="image",
96
  title="Image Motion Deblurring 🦆",
97
+ description="This application uses deep learning to deblur motion-blurred images by computing the fast Fourier transform of the input and estimating the angle and length of blur using a deep convolutional neural network. It is based on a novel approach to blind motion deblurring, where a non-blind method (Weiner Deconvolution) is converted to a blind method using deep learning. Sample motion-blurred images can be found [here](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning/tree/main/readme_imgs). GitHub Repository: [Blind Motion Deblurring for Legible License Plates](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning).",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()