jleitefilho commited on
Commit
863b58a
·
verified ·
1 Parent(s): bf1a9f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def detect(image):
72
 
73
  demo = gr.Interface(
74
  fn=detect,
75
- examples=["drone3.jpg", "drone.jpg", "nelore1.png", "nelore3.png", "nelore4.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",