ml-debi commited on
Commit
33f07f1
·
1 Parent(s): a657e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
10
 
11
  app_title = "License Plate Object Detection"
12
  #model = ["ml-debi/yolov8_license_plate_detection"]
13
- model_path = "ml-debi/yolov8-license-plate-detection"
14
 
15
  def build_tesseract_options(psm=7):
16
  # tell Tesseract to only OCR alphanumeric characters
 
10
 
11
  app_title = "License Plate Object Detection"
12
  #model = ["ml-debi/yolov8_license_plate_detection"]
13
+ model_path = "./best.onnx"
14
 
15
  def build_tesseract_options(psm=7):
16
  # tell Tesseract to only OCR alphanumeric characters