Spaces:
Runtime error
Runtime error
Commit
·
3993b72
1
Parent(s):
188b6d4
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ gr.Interface(
|
|
| 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
|
| 98 |
allow_flagging="never",
|
| 99 |
css=css,
|
| 100 |
examples = 'readme_imgs'
|
|
|
|
| 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 are provided below. 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 |
examples = 'readme_imgs'
|