Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def infer(original_image):
|
|
24 |
|
25 |
iface = gr.Interface(
|
26 |
fn=infer,
|
27 |
-
title="Low
|
28 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil")],
|
30 |
outputs="image",
|
|
|
24 |
|
25 |
iface = gr.Interface(
|
26 |
fn=infer,
|
27 |
+
title="Low Light Image Enhancement",
|
28 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil")],
|
30 |
outputs="image",
|