nriab commited on
Commit
9e5ae17
·
1 Parent(s): 238eab6

docs: update config

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Low-light-Image-Enhancement
2
  Python implementation of two low-light image enhancement techniques via illumination map estimation, based on the following papers:
3
  * Dual Illumination Estimation for Robust Exposure Correction [[link](https://arxiv.org/pdf/1910.13688.pdf)]
 
1
+ ---
2
+ title: Low Light Image Enhancement
3
+ emoji: 🐨
4
+ colorFrom: green
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 4.21.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Low-light-Image-Enhancement
13
  Python implementation of two low-light image enhancement techniques via illumination map estimation, based on the following papers:
14
  * Dual Illumination Estimation for Robust Exposure Correction [[link](https://arxiv.org/pdf/1910.13688.pdf)]