vumichien commited on
Commit
4f7d4e2
β€’
1 Parent(s): be16335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  fn=infer,
25
  title="Low light image enhancement",
26
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
27
- inputs=[gr.inputs.Image(label="image", type="pil")],
28
  outputs="image",
29
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
30
  examples=examples).launch(enable_queue=True, cache_examples=True)
 
24
  fn=infer,
25
  title="Low light image enhancement",
26
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
27
+ inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
28
  outputs="image",
29
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
30
  examples=examples).launch(enable_queue=True, cache_examples=True)