MeetMeAt92 commited on
Commit
92008c1
β€’
1 Parent(s): 639184d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,5 +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
- examples=examples,
32
  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)