Spaces:
Running
on
Zero
Running
on
Zero
fix: app
Browse files
app.py
CHANGED
@@ -92,9 +92,9 @@ interface = gr.Interface(
|
|
92 |
gr.Image(label="Result", type="pil"),
|
93 |
gr.Textbox(label="NIQE",info="Lower is better.")
|
94 |
],
|
95 |
-
title="HVI-CIDNet
|
96 |
description="The demo of paper \"HVI: A New Color Space for Low-light Image Enhancement\"",
|
97 |
allow_flagging="never"
|
98 |
)
|
99 |
|
100 |
-
interface.launch()
|
|
|
92 |
gr.Image(label="Result", type="pil"),
|
93 |
gr.Textbox(label="NIQE",info="Lower is better.")
|
94 |
],
|
95 |
+
title="HVI-CIDNet",
|
96 |
description="The demo of paper \"HVI: A New Color Space for Low-light Image Enhancement\"",
|
97 |
allow_flagging="never"
|
98 |
)
|
99 |
|
100 |
+
interface.launch(share=False)
|