Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def app():
|
|
102 |
fn=yolov10_inference,
|
103 |
inputs=[
|
104 |
image,
|
105 |
-
|
106 |
image_size,
|
107 |
conf_threshold,
|
108 |
iou_threshold,
|
|
|
102 |
fn=yolov10_inference,
|
103 |
inputs=[
|
104 |
image,
|
105 |
+
model_id,
|
106 |
image_size,
|
107 |
conf_threshold,
|
108 |
iou_threshold,
|