ziqiangao commited on
Commit
e05ba06
·
verified ·
1 Parent(s): 2228984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -160,10 +160,9 @@ gr.Interface(
160
  gr.components.Image(label="Before:"),
161
  gr.components.Image(label="After:")],
162
  title = "JPEG Artifacts Removal [FBCNN]",
163
- description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
164
- "or click one of the examples to load them. Check out the paper and the original GitHub repo at the links below. "
165
  "JPEG artifacts are noticeable distortions of images caused by JPEG lossy compression. "
166
- "This is not a super-resolution AI but a JPEG compression artifact remover. "
167
  "Written below the examples are the limitations of the input image. ",
168
  article = "<p style='text-align: left;'>Uploaded images with a length longer than 1080 pixels will be downscaled to a smaller size "
169
  "with a length of 1080 pixels. Uploaded images with transparency will be incorrectly reconstructed at the output.</p>"
 
160
  gr.components.Image(label="Before:"),
161
  gr.components.Image(label="After:")],
162
  title = "JPEG Artifacts Removal [FBCNN]",
163
+ description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image. "
 
164
  "JPEG artifacts are noticeable distortions of images caused by JPEG lossy compression. "
165
+ "This does not upscale the image, it is simply a JPEG artifact remover. "
166
  "Written below the examples are the limitations of the input image. ",
167
  article = "<p style='text-align: left;'>Uploaded images with a length longer than 1080 pixels will be downscaled to a smaller size "
168
  "with a length of 1080 pixels. Uploaded images with transparency will be incorrectly reconstructed at the output.</p>"