Aumkeshchy2003 commited on
Commit
e28f214
·
verified ·
1 Parent(s): 73df658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
48
  title="Object Detection with YOLOv5",
49
  description="Use webcam or upload an image to detect objects.",
50
  allow_flagging="never",
51
- examples=["spring_street_after.jpg"]
52
  )
53
 
54
  iface.launch()
 
48
  title="Object Detection with YOLOv5",
49
  description="Use webcam or upload an image to detect objects.",
50
  allow_flagging="never",
51
+ examples=["spring_street_after.jpg", "pexels-hikaique-109919.jpg"]
52
  )
53
 
54
  iface.launch()