Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
40 |
-
default_conf_threshold=0.
|
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(
|