Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
β’
5b2a05b
1
Parent(s):
24dd5fd
v04 update
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.0.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: gpl-3.0
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.0.9
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: gpl-3.0
|
app.py
CHANGED
@@ -566,7 +566,7 @@ def main(args):
|
|
566 |
"cpu",
|
567 |
"yolov5m",
|
568 |
640,
|
569 |
-
0.
|
570 |
0.5,
|
571 |
15,
|
572 |
["person", "tie"],
|
@@ -606,7 +606,7 @@ def main(args):
|
|
606 |
title=title,
|
607 |
description=description,
|
608 |
# article=article,
|
609 |
-
|
610 |
# theme="seafoam",
|
611 |
# live=True, # Change output in real time
|
612 |
flagging_dir="run", # output directory
|
|
|
566 |
"cpu",
|
567 |
"yolov5m",
|
568 |
640,
|
569 |
+
0.6,
|
570 |
0.5,
|
571 |
15,
|
572 |
["person", "tie"],
|
|
|
606 |
title=title,
|
607 |
description=description,
|
608 |
# article=article,
|
609 |
+
examples=examples,
|
610 |
# theme="seafoam",
|
611 |
# live=True, # Change output in real time
|
612 |
flagging_dir="run", # output directory
|