JosephTK commited on
Commit
bba67ef
1 Parent(s): 9d9db66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def detect(image):
27
  demo = gr.Interface(
28
  fn=detect,
29
  inputs=[gr.inputs.Image(label="Input image")],
30
- outputs=["text"]#, gr.Label(num_top_classes=10)],
31
  title="Object Counts in Image"
32
  )
33
 
 
27
  demo = gr.Interface(
28
  fn=detect,
29
  inputs=[gr.inputs.Image(label="Input image")],
30
+ outputs=["text"], #, gr.Label(num_top_classes=10)],
31
  title="Object Counts in Image"
32
  )
33