MeetMeAt92 commited on
Commit
721a401
β€’
1 Parent(s): 7d9d286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)