Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ outputs = [gr.Image( type="filepath", label="Output Image"),
|
|
77 |
title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
|
78 |
|
79 |
|
80 |
-
examples = [['th (11).jpg',
|
81 |
-
['th (8).jpg',
|
82 |
-
['th (3).jpg',
|
83 |
# ['four.jpg', 832, 0.3, 0.3]]
|
84 |
]
|
85 |
|
|
|
77 |
title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
|
78 |
|
79 |
|
80 |
+
examples = [['th (11).jpg', 640, 0.3, 0.6],
|
81 |
+
['th (8).jpg', 640, 0.3, 0.6],
|
82 |
+
['th (3).jpg', 640, 0.3, 0.6],
|
83 |
# ['four.jpg', 832, 0.3, 0.3]]
|
84 |
]
|
85 |
|