Spaces:
Runtime error
Runtime error
Commit
·
60ce71f
1
Parent(s):
9e2fa87
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="
|
98 |
allow_flagging="never",
|
99 |
css=css,
|
100 |
).launch()
|
|
|
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()
|