Spaces:
Running
Running
Update app.py
Browse files
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), "
|
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 |
|