Dricz commited on
Commit
1e51cca
·
verified ·
1 Parent(s): 33110c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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', 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
 
 
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