Dricz commited on
Commit
94ef2cb
1 Parent(s): b388571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -77,10 +77,11 @@ outputs = [gr.Image( type="filepath", label="Output Image"),
77
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
78
 
79
 
80
- # examples = [['one.jpg', 900, 0.5, 0.8],
81
- # ['two.jpg', 1152, 0.05, 0.05],
82
- # ['three.jpg', 1024, 0.25, 0.25],
83
- # ['four.jpg', 832, 0.3, 0.3]]
 
84
 
85
  # yolo_app = gr.Interface(
86
  # fn=yoloV8_func,
 
77
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
78
 
79
 
80
+ examples = [['th (11).jpg', 900, 0.5, 0.8],
81
+ ['th (8).jpg', 1152, 0.05, 0.05],
82
+ ['th (3).jpg', 1024, 0.25, 0.25],
83
+ # ['four.jpg', 832, 0.3, 0.3]]
84
+ ]
85
 
86
  # yolo_app = gr.Interface(
87
  # fn=yoloV8_func,