Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rushidarge
/
traffic_signs_detection
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rushidarge
commited on
Jun 11, 2024
Commit
d43ae3b
·
verified
·
1 Parent(s):
4b5c8b9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -57,8 +57,6 @@ def app():
57
fn=yolov9_inference,
58
inputs=[
59
img_path,
60
-
conf_threshold,
61
-
iou_threshold,
62
],
63
outputs=[output_numpy],
64
)
57
fn=yolov9_inference,
58
inputs=[
59
img_path,
60
],
61
outputs=[output_numpy],
62
)