Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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 |
)
|