Aumkeshchy2003 commited on
Commit
8d4b32f
·
verified ·
1 Parent(s): fb79be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ def detect_objects(image):
47
 
48
  iface = gr.Interface(
49
  fn=detect_objects,
50
- inputs=gr.inputs.Image(type="pil"),
51
- outputs=gr.outputs.Image(type="pil"),
52
  live=True
53
  )
54
 
 
47
 
48
  iface = gr.Interface(
49
  fn=detect_objects,
50
+ inputs=gr.Image(type="pil"),
51
+ outputs=gr.Image(type="pil"),
52
  live=True
53
  )
54