Spaces:
Runtime error
Runtime error
Commit
Β·
ed93e6f
1
Parent(s):
0f0ee9e
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,5 +41,4 @@ iface = gr.Interface(
|
|
| 41 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
| 42 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
| 43 |
outputs="image",
|
| 44 |
-
cache_examples=True
|
| 45 |
-
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/mirnet/\">Soumik Rakshit</a>").launch(enable_queue=True))
|
|
|
|
| 41 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
| 42 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
| 43 |
outputs="image",
|
| 44 |
+
cache_examples=True)
|
|
|