52Hz commited on
Commit
6f9b836
·
1 Parent(s): f1e8315

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ def inference(img):
20
 
21
 
22
  title = "Compound Multi-branch Feature Fusion (Deblur)"
23
- description = "Gradio demo for CMFNet. CMFNet 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://arxiv.org/abs/2108.10257' target='_blank'>SwinIR: Image Restoration Using Swin Transformer</a> | <a href='https://github.com/JingyunLiang/SwinIR' target='_blank'>Github Repo</a></p>"
25
 
26
  examples = [['Blur.png']]
27
  gr.Interface(
 
20
 
21
 
22
  title = "Compound Multi-branch Feature Fusion (Deblur)"
23
+ description = "Gradio demo for CMFNet. CMFNet achieves competitive performance on three tasks: image deblurring, image dehazing and image deraindrop. Here, we provide a demo for image deblur. 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'>Compound Multi-branch Feature Fusion for Real Image Restoration</a> | <a href='https://github.com/FanChiMao/CMFNet' target='_blank'>Github Repo</a></p>"
25
 
26
  examples = [['Blur.png']]
27
  gr.Interface(