Spaces:
Runtime error
Runtime error
danielsapit
commited on
Commit
•
12f34a6
1
Parent(s):
d4ac241
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ interface = gr.Interface(
|
|
139 |
["text.jpg",True,65,False,50,11,29]],
|
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>"
|
|
|
139 |
["text.jpg",True,65,False,50,11,29]],
|
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 repo 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>"
|