Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
·
deb9da6
1
Parent(s):
2473b0f
Update app.py
Browse files
app.py
CHANGED
@@ -139,9 +139,10 @@ interface = gr.Interface(
|
|
139 |
["elon_musk.jpg",False,45,False,15,33,30]],
|
140 |
title = "JPEG Artifacts Removal [FBCNN]",
|
141 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
142 |
-
"or click one of the examples to load them.
|
143 |
"JPEG artifacts are noticeable distortion of images caused by JPEG lossy compression. "
|
144 |
"This is not a super resolution AI but a JPEG compression artifact remover.",
|
145 |
-
article = "<p style='text-align: center;'><a href='https://github.com/jiaxi-jiang/FBCNN'>FBCNN GitHub Repo</a><br
|
|
|
146 |
allow_flagging="never"
|
147 |
).launch(enable_queue=True)
|
|
|
139 |
["elon_musk.jpg",False,45,False,15,33,30]],
|
140 |
title = "JPEG Artifacts Removal [FBCNN]",
|
141 |
description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
|
142 |
+
"or click one of the examples to load them. Check out the paper and the original GitHub at the link below. "
|
143 |
"JPEG artifacts are noticeable distortion of images caused by JPEG lossy compression. "
|
144 |
"This is not a super resolution AI but a JPEG compression artifact remover.",
|
145 |
+
article = "<p style='text-align: center;'><a href='https://github.com/jiaxi-jiang/FBCNN'>FBCNN GitHub Repo</a><br>"
|
146 |
+
"<a href='https://arxiv.org/abs/2109.14573'>Towards Flexible Blind JPEG Artifacts Removal (FBCNN, ICCV 2021)</a></p>",
|
147 |
allow_flagging="never"
|
148 |
).launch(enable_queue=True)
|