danielsapit commited on
Commit
4165a15
1 Parent(s): 81e4d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -171,8 +171,8 @@ gr.Interface(
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>"
 
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
+ "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>"