Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def inference(img):
|
|
23 |
|
24 |
title = "Compound Multi-branch Feature Fusion for Image Restoration (Dehaze)"
|
25 |
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 dehaze. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
|
26 |
-
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>"
|
27 |
|
28 |
examples = [['Haze.png']]
|
29 |
gr.Interface(
|
|
|
23 |
|
24 |
title = "Compound Multi-branch Feature Fusion for Image Restoration (Dehaze)"
|
25 |
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 dehaze. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
|
26 |
+
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_dehazing' alt='visitor badge'></center>"
|
27 |
|
28 |
examples = [['Haze.png']]
|
29 |
gr.Interface(
|