danielsapit commited on
Commit
81e4d97
·
1 Parent(s): fb4f2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -170,8 +170,9 @@ gr.Interface(
170
  title = "JPEG Artifacts Removal [FBCNN]",
171
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
172
  "or click one of the examples to load them. Check out the paper and the original GitHub repo at the links below. "
173
- "JPEG artifacts are noticeable distortion of images caused by JPEG lossy compression. "
174
- "This is not a super resolution AI but a JPEG compression artifact remover.",
 
175
  article = "<p style='text-align: center;'><a href='https://github.com/jiaxi-jiang/FBCNN'>FBCNN GitHub Repo</a><br>"
176
  "<a href='https://arxiv.org/abs/2109.14573'>Towards Flexible Blind JPEG Artifacts Removal (FBCNN, ICCV 2021)</a><br>"
177
  "<a href='https://jiaxi-jiang.github.io/'>Jiaxi Jiang, </a>"
 
170
  title = "JPEG Artifacts Removal [FBCNN]",
171
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
172
  "or click one of the examples to load them. Check out the paper and the original GitHub repo at the links below. "
173
+ "JPEG artifacts are noticeable distortions of images caused by JPEG lossy compression. "
174
+ "This is not a super-resolution AI but a JPEG compression artifact remover."
175
+ "Note: uploaded images with a length longer than 1080 pixels will be downscaled to a smaller size with a length of 1080p.",
176
  article = "<p style='text-align: center;'><a href='https://github.com/jiaxi-jiang/FBCNN'>FBCNN GitHub Repo</a><br>"
177
  "<a href='https://arxiv.org/abs/2109.14573'>Towards Flexible Blind JPEG Artifacts Removal (FBCNN, ICCV 2021)</a><br>"
178
  "<a href='https://jiaxi-jiang.github.io/'>Jiaxi Jiang, </a>"