kadirnar commited on
Commit
6983f8a
1 Parent(s): 5953198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def app():
102
  fn=yolov10_inference,
103
  inputs=[
104
  image,
105
- model_path,
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,