Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,5 @@ iface = gr.Interface(
|
|
26 |
description = "MIRNet model for light up the dark image ππ",
|
27 |
inputs=[gr.inputs.Image(label="image", type="pil")],
|
28 |
outputs="image",
|
29 |
-
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>."
|
30 |
examples=examples).launch(debug=True)
|
|
|
26 |
description = "MIRNet model for light up the dark image ππ",
|
27 |
inputs=[gr.inputs.Image(label="image", type="pil")],
|
28 |
outputs="image",
|
29 |
+
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
|
30 |
examples=examples).launch(debug=True)
|