Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def detect_objects(image):
|
|
89 |
|
90 |
return output_image
|
91 |
|
92 |
-
|
93 |
os.makedirs("examples", exist_ok=True)
|
94 |
|
95 |
with gr.Blocks(title="Optimized YOLOv5 Object Detection") as demo:
|
|
|
89 |
|
90 |
return output_image
|
91 |
|
92 |
+
example_images = ["spring_street_after.jpg", "pexels-hikaique-109919.jpg"]
|
93 |
os.makedirs("examples", exist_ok=True)
|
94 |
|
95 |
with gr.Blocks(title="Optimized YOLOv5 Object Detection") as demo:
|