Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
β’
8c62491
1
Parent(s):
c7e77b8
app update
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.0.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: gpl-3.0
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.0.9
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: gpl-3.0
|
app.py
CHANGED
@@ -406,7 +406,7 @@ def main(args):
|
|
406 |
"cpu",
|
407 |
"yolov5m",
|
408 |
640,
|
409 |
-
0.
|
410 |
0.5,
|
411 |
15,
|
412 |
["person", "tie"],
|
@@ -430,7 +430,7 @@ def main(args):
|
|
430 |
title=title,
|
431 |
description=description,
|
432 |
# article=article,
|
433 |
-
|
434 |
# theme="seafoam",
|
435 |
# flagging_dir="run", # output directory
|
436 |
)
|
|
|
406 |
"cpu",
|
407 |
"yolov5m",
|
408 |
640,
|
409 |
+
0.6,
|
410 |
0.5,
|
411 |
15,
|
412 |
["person", "tie"],
|
|
|
430 |
title=title,
|
431 |
description=description,
|
432 |
# article=article,
|
433 |
+
examples=examples,
|
434 |
# theme="seafoam",
|
435 |
# flagging_dir="run", # output directory
|
436 |
)
|