viveknarayan commited on
Commit
0a64fa9
Β·
verified Β·
1 Parent(s): 0ca9053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  fn=infer,
51
  title="Colourization",
52
  description = "OpenCV implementation of Colorful Image Colorization paper presented in ECCV, 2016. πŸŒ†πŸŽ†",
53
- inputs=[gr.inputs.Image(label="image", type="pil")],
54
  outputs="image",
55
  examples=examples,
56
  cache_examples=True,
 
50
  fn=infer,
51
  title="Colourization",
52
  description = "OpenCV implementation of Colorful Image Colorization paper presented in ECCV, 2016. πŸŒ†πŸŽ†",
53
+ inputs=[gr.components.Image(label="image", type="pil")],
54
  outputs="image",
55
  examples=examples,
56
  cache_examples=True,