CWrecker commited on
Commit
8bfe677
1 Parent(s): 7e4a7e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ gr.Interface(
35
  outputs = [ gr.components.Image(type="numpy", label="Output"), gr.Label(label="Number of legos detected for given confidence threshold") ],
36
  title="Person detection with YOLO v8",
37
  description="Person detection, you can tweak the corresponding confidence threshold. Good results even when face not visible. New API since Ultralytics 8.0.43.",
38
- examples=[ ['sample1.jpg'], ['sample2.jpg']],
39
  allow_flagging="never"
40
  ).launch(debug=True, enable_queue=True)
 
35
  outputs = [ gr.components.Image(type="numpy", label="Output"), gr.Label(label="Number of legos detected for given confidence threshold") ],
36
  title="Person detection with YOLO v8",
37
  description="Person detection, you can tweak the corresponding confidence threshold. Good results even when face not visible. New API since Ultralytics 8.0.43.",
38
+ examples=[ ['sample1.jpg'],['sample2.jpg'], ['hard.jpg']],
39
  allow_flagging="never"
40
  ).launch(debug=True, enable_queue=True)