52Hz commited on
Commit
d020d23
1 Parent(s): 00449e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def inference(img):
19
  return 'result/1.png'
20
 
21
 
22
- title = "Selective Residual M-Net (SRMNet)"
23
- description = "Gradio demo for SwinIR. SwinIR achieves state-of-the-art performance on six tasks: image super-resolution (including classical, lightweight and real-world image super-resolution), image denoising (including grayscale and color image denoising) and JPEG compression artifact reduction. See the paper and project page for detailed results below. Here, we provide a demo for real-world image SR.To use it, simply upload your image, or click one of the examples to load them."
24
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Selective Residual M-Net</a> | <a href='https://github.com/FanChiMao/SRMNet' target='_blank'>Github Repo</a></p>"
25
 
26
  examples = [['Noise.png']]
 
19
  return 'result/1.png'
20
 
21
 
22
+ title = "Selective Residual M-Net for Real-world Image Denoising"
23
+ description = "Gradio demo for SRMNet. SRMNet has competitive performance results on two synthetic and two realworld noisy datasets in terms of quantitative metrics and visual quality. See the paper and project page for detailed results below. Here, we provide a demo for real-world image denoising. To use it, simply upload your image, or click one of the examples to load them."
24
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Selective Residual M-Net</a> | <a href='https://github.com/FanChiMao/SRMNet' target='_blank'>Github Repo</a></p>"
25
 
26
  examples = [['Noise.png']]