Spaces:
Running
Running
jleitefilho
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def detect(image):
|
|
72 |
|
73 |
demo = gr.Interface(
|
74 |
fn=detect,
|
75 |
-
examples=["drone3.jpg"
|
76 |
inputs=[gr.components.Image(label="Input image", type="pil")],
|
77 |
outputs=[gr.Image(label="Output image"), gr.BarPlot(show_label=False, x="counts", y="label", x_title="Counts", y_title="Labels", vertical=False)],
|
78 |
title="Bull Counter 2.0",
|
|
|
72 |
|
73 |
demo = gr.Interface(
|
74 |
fn=detect,
|
75 |
+
examples=["drone3.jpg"],
|
76 |
inputs=[gr.components.Image(label="Input image", type="pil")],
|
77 |
outputs=[gr.Image(label="Output image"), gr.BarPlot(show_label=False, x="counts", y="label", x_title="Counts", y_title="Labels", vertical=False)],
|
78 |
title="Bull Counter 2.0",
|