ginipick commited on
Commit
c139b89
·
verified ·
1 Parent(s): 855dd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ interface = gr.Interface(
92
  gr.Image(label="Result", type="pil"),
93
  gr.Textbox(label="NIQE",info="Lower is better.")
94
  ],
95
- title="HVI-CIDNet (Low-Light Image Enhancement)",
96
  description="The demo of paper \"HVI: A New Color Space for Low-light Image Enhancement\"",
97
  allow_flagging="never"
98
  )
 
92
  gr.Image(label="Result", type="pil"),
93
  gr.Textbox(label="NIQE",info="Lower is better.")
94
  ],
95
+ title="Light Amplification",
96
  description="The demo of paper \"HVI: A New Color Space for Low-light Image Enhancement\"",
97
  allow_flagging="never"
98
  )