BoukamchaSmartVisions commited on
Commit
2dbd87c
1 Parent(s): dce1749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download
6
 
7
 
8
  def download_models(model_id):
9
- hf_hub_download("BoukamchaSmartVisions/Yolov10", filename=f"{model_id}", local_dir=f"./")
10
  return f"./{model_id}"
11
 
12
  box_annotator = sv.BoxAnnotator()
 
6
 
7
 
8
  def download_models(model_id):
9
+ hf_hub_download("kadirnar/Yolov10", filename=f"{model_id}", local_dir=f"./")
10
  return f"./{model_id}"
11
 
12
  box_annotator = sv.BoxAnnotator()