Update app.py
Browse files
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 = [['
|
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")],
|