williamcfrancis commited on
Commit
9e2fa87
·
1 Parent(s): a568a9d

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="Repository: [Blind Motion Deblurring for Legible License Plates](https://github.com/williamcfrancis/Blind-Motion-Deblurring-for-Legible-License-Plates-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)",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()
 
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). \nDon'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)",
98
  allow_flagging="never",
99
  css=css,
100
  ).launch()