Spaces:
Runtime error
Runtime error
MeetMeAt92
commited on
Commit
β’
721a401
1
Parent(s):
7d9d286
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(
|
|
28 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
30 |
outputs="image",
|
31 |
-
cache_examples=True).launch(enable_queue=True)
|
|
|
28 |
description = "Keras Implementation of MIRNet model for light up the dark image ππ",
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
30 |
outputs="image",
|
31 |
+
cache_examples=True).launch(enable_queue=True)
|