Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ title = "Restormer"
|
|
20 |
description = """
|
21 |
Gradio demo for reconstruction of noisy scanned, photocopied documents\n
|
22 |
using <b>Restormer: Efficient Transformer for High-Resolution Image Restoration</b>, CVPR 2022--ORAL. <a href='https://arxiv.org/abs/2111.09881'>[Paper]</a><a href='https://github.com/swz30/Restormer'>[Github Code]</a>\n
|
23 |
-
<a href='https://medium.com/
|
24 |
<b> Note:</b> Since this demo uses CPU, by default it will run on the downsampled version of the input image (for speedup).
|
25 |
"""
|
26 |
|
|
|
20 |
description = """
|
21 |
Gradio demo for reconstruction of noisy scanned, photocopied documents\n
|
22 |
using <b>Restormer: Efficient Transformer for High-Resolution Image Restoration</b>, CVPR 2022--ORAL. <a href='https://arxiv.org/abs/2111.09881'>[Paper]</a><a href='https://github.com/swz30/Restormer'>[Github Code]</a>\n
|
23 |
+
<a href='https://toon-beerten.medium.com/denoising-and-reconstructing-dirty-documents-for-optimal-digitalization-ed3a186aa3d6'>[See my article for more details]</a>\n
|
24 |
<b> Note:</b> Since this demo uses CPU, by default it will run on the downsampled version of the input image (for speedup).
|
25 |
"""
|
26 |
|