JosephTK commited on
Commit
0a47464
·
1 Parent(s): d93c28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def detect(image):
37
  demo = gr.Interface(
38
  fn=detect,
39
  inputs=[gr.inputs.Image(label="Input image", type="pil")],
40
- outputs=[gr.Label(num_top_classes=10), "text", "text", "image"], #, gr.Label(num_top_classes=10)],
41
  title="Object Counts in Image"
42
  )
43
 
 
37
  demo = gr.Interface(
38
  fn=detect,
39
  inputs=[gr.inputs.Image(label="Input image", type="pil")],
40
+ outputs=[gr.Label(num_top_classes=10), "image"], #, gr.Label(num_top_classes=10)],
41
  title="Object Counts in Image"
42
  )
43