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