lopesdri commited on
Commit
fcd30e9
·
1 Parent(s): b357715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def detect(img):
30
  # show detection bounding boxes on image
31
 
32
  img = gr.inputs.Image(shape=(192, 192))
33
- image = gr.outputs.Image(shape=(192, 192))
34
 
35
  intf = gr.Interface(fn=detect, inputs=img, outputs=image)
36
  intf.launch(inline=False)
 
30
  # show detection bounding boxes on image
31
 
32
  img = gr.inputs.Image(shape=(192, 192))
33
+ image = gr.outputs.Image()
34
 
35
  intf = gr.Interface(fn=detect, inputs=img, outputs=image)
36
  intf.launch(inline=False)