narugo commited on
Commit
94b0168
·
verified ·
1 Parent(s): 2fe826e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ if __name__ == '__main__':
36
  )
37
  with gr.Tab('Person Detection'):
38
  YOLOModel('deepghs/real_person_detection').make_ui(
39
- default_model_name='person_detect_v0_s',
40
- default_conf_threshold=0.3,
41
  )
42
  with gr.Tab('Generic'):
43
  YOLOModel('deepghs/yolos').make_ui(
 
36
  )
37
  with gr.Tab('Person Detection'):
38
  YOLOModel('deepghs/real_person_detection').make_ui(
39
+ default_model_name='person_detect_v0_s_yv11',
40
+ default_conf_threshold=0.35,
41
  )
42
  with gr.Tab('Generic'):
43
  YOLOModel('deepghs/yolos').make_ui(