Spaces:
Runtime error
Runtime error
IanNathaniel
commited on
Commit
•
b12af9d
1
Parent(s):
2725ece
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def lowlight(image):
|
|
45 |
|
46 |
title = "Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement"
|
47 |
description = "Low-light image enhancement using Zero-DCE model. Full paper: http://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_Zero-Reference_Deep_Curve_Estimation_for_Low-Light_Image_Enhancement_CVPR_2020_paper.pdf"
|
48 |
-
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/
|
49 |
|
50 |
examples = [['data/test_data/01.jpg'], ['data/test_data/02.jpg'], ['data/test_data/03.jpg'],]
|
51 |
gr.Interface(
|
|
|
45 |
|
46 |
title = "Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement"
|
47 |
description = "Low-light image enhancement using Zero-DCE model. Full paper: http://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_Zero-Reference_Deep_Curve_Estimation_for_Low-Light_Image_Enhancement_CVPR_2020_paper.pdf"
|
48 |
+
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/Li-Chongyi/Zero-DCE' target='_blank'>Github Repo</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=52Hz_CMFNet_deblurring' alt='visitor badge'></center>"
|
49 |
|
50 |
examples = [['data/test_data/01.jpg'], ['data/test_data/02.jpg'], ['data/test_data/03.jpg'],]
|
51 |
gr.Interface(
|