IanNathaniel commited on
Commit
8ecb925
1 Parent(s): ccaf512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def lowlight(image):
41
 
42
 
43
  title = "Low-Light Image Enhancement using Zero-DCE"
44
- description = "Gradio Demo for Low-Light Enhancement using Zero-DCE. To use it, simply upload your image, or click one of the examples to load them. Check out the paper and the original GitHub repo at the links below. "
45
  article = "<p style='text-align: center'><a href='http://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_Zero-Reference_Deep_Curve_Estimation_for_Low-Light_Image_Enhancement_CVPR_2020_paper.pdf' target='_blank'>Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement</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>"
46
 
47
  examples = [['01.jpg'], ['02.jpg'], ['03.jpg'], ['04.jpg'], ['05.jpg'],]
 
41
 
42
 
43
  title = "Low-Light Image Enhancement using Zero-DCE"
44
+ description = "Gradio Demo for Low-Light Enhancement using Zero-DCE. The model improves the quality of images that have poor contrast, low brightness, and suboptimal exposure. To use it, simply upload your image, or click one of the examples to load them. Check out the original paper and the GitHub repo at the links below. "
45
  article = "<p style='text-align: center'><a href='http://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_Zero-Reference_Deep_Curve_Estimation_for_Low-Light_Image_Enhancement_CVPR_2020_paper.pdf' target='_blank'>Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement</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>"
46
 
47
  examples = [['01.jpg'], ['02.jpg'], ['03.jpg'], ['04.jpg'], ['05.jpg'],]