vumichien commited on
Commit
e59c7f9
β€’
1 Parent(s): fd5d693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
26
  fn=infer,
27
  title="Low Light Image Enhancement",
28
  description = "Keras Implementation of MIRNet model for light up the dark image πŸŒ†πŸŽ†",
29
- inputs=[gr.inputs.Image(label="image", type="pil", shape=(640, 640))],
30
  outputs="image",
31
  examples=examples,
32
  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>",
 
26
  fn=infer,
27
  title="Low Light Image Enhancement",
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
  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>",