52Hz commited on
Commit
ac2998d
·
1 Parent(s): 2efd997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ title = "Half Wavelet Attention on M-Net+ for Low-light Image Enhancement"
22
  description = "Gradio demo for HWMNet. HWMNet has competitive performance results on two real-world low-light datasets in terms of quantitative metrics and visual quality. See the paper and project page for detailed results below. Here, we provide a demo for low-light image enhancement. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
23
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Half Wavelet Attention on M-Net+ for Low-light Image Enhancement</a> | <a href='https://github.com/FanChiMao/HWMNet' target='_blank'>Github Repo</a></p>"
24
 
25
- examples = [['Noise.png'], ['Noise2.png']]
26
  gr.Interface(
27
  inference,
28
  [gr.inputs.Image(type="pil", label="Input")],
 
22
  description = "Gradio demo for HWMNet. HWMNet has competitive performance results on two real-world low-light datasets in terms of quantitative metrics and visual quality. See the paper and project page for detailed results below. Here, we provide a demo for low-light image enhancement. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
23
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Half Wavelet Attention on M-Net+ for Low-light Image Enhancement</a> | <a href='https://github.com/FanChiMao/HWMNet' target='_blank'>Github Repo</a></p>"
24
 
25
+ examples = [['low-light.png']]
26
  gr.Interface(
27
  inference,
28
  [gr.inputs.Image(type="pil", label="Input")],