52Hz commited on
Commit
b163d7c
1 Parent(s): ad7f7e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def inference(img):
21
 
22
  title = "Compound Multi-branch Feature Fusion for Image Restoration (Deraindrop)"
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 deraindrop. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
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 = [['Rain.png'], ['Rain2.png'], ['Rain3.png'], ['Rain4.png'], ['Rain5.png'],]
27
  gr.Interface(
 
21
 
22
  title = "Compound Multi-branch Feature Fusion for Image Restoration (Deraindrop)"
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 deraindrop. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
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> <center><img src='https://visitor-badge.glitch.me/badge?page_id=52Hz_CMFNet_deraindrop' alt='visitor badge'></center>"
25
 
26
  examples = [['Rain.png'], ['Rain2.png'], ['Rain3.png'], ['Rain4.png'], ['Rain5.png'],]
27
  gr.Interface(