Spaces:
Runtime error
Runtime error
williamcfrancis
commited on
Commit
·
4ec4c85
1
Parent(s):
0b3980e
Update app.py
Browse files
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
|
97 |
-
description="
|
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()
|