Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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
|