Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|