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