kedimestan
commited on
Commit
•
3228b30
1
Parent(s):
1f34547
Update app.py
Browse files
app.py
CHANGED
@@ -69,11 +69,6 @@ inputs = [
|
|
69 |
outputs = gr.JSON(label="Bounding Boxes (xyxy format)")
|
70 |
title = "YOLOv8 Bounding Box Extraction Demo"
|
71 |
|
72 |
-
examples = [
|
73 |
-
["zidane.jpg", "yolov8m-seg.pt", 640, 0.6, 0.45],
|
74 |
-
["highway.jpg", "yolov8m-seg.pt", 640, 0.25, 0.45],
|
75 |
-
["small-vehicles1.jpeg", "yolov8m-seg.pt", 640, 0.25, 0.45],
|
76 |
-
]
|
77 |
demo_app = gr.Interface(
|
78 |
fn=yolov8_inference,
|
79 |
inputs=inputs,
|
|
|
69 |
outputs = gr.JSON(label="Bounding Boxes (xyxy format)")
|
70 |
title = "YOLOv8 Bounding Box Extraction Demo"
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
demo_app = gr.Interface(
|
73 |
fn=yolov8_inference,
|
74 |
inputs=inputs,
|