Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ def app():
|
|
95 |
fn=yolov9_inference,
|
96 |
inputs=[
|
97 |
img_path,
|
98 |
-
model_path,
|
99 |
image_size,
|
100 |
conf_threshold,
|
101 |
iou_threshold,
|
|
|
95 |
fn=yolov9_inference,
|
96 |
inputs=[
|
97 |
img_path,
|
|
|
98 |
image_size,
|
99 |
conf_threshold,
|
100 |
iou_threshold,
|