52Hz commited on
Commit
89fd581
·
1 Parent(s): 05acfb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ title = "Compound Multi-branch Feature Fusion for Image Restoration (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. 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 = [['images/Blur1.png'], ['images/Blur2.png'], ['images/Blur3.png'], ['images/Blur4.png'], ['images/Blur5.png'],]
27
  gr.Interface(
28
  inference,
29
  [gr.inputs.Image(type="pil", label="Input")],
 
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. 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 = [['images/Blur1.png'], ['images/Blur2.png'], ['images/Blur5.png'],]
27
  gr.Interface(
28
  inference,
29
  [gr.inputs.Image(type="pil", label="Input")],