Merge pull request 'yolorestart' (#1) from yolopart_restart into main

Reviewed-on: #1
This commit is contained in:
Viajero 2025-08-31 18:42:35 +08:00
parent 8e8fda7fe9
commit 8eef0d9414

View File

@ -24,3 +24,5 @@ def initialize_ocr_model():
def ocr_predict(image_array): def ocr_predict(image_array):
return _processor.predict(image_array) return _processor.predict(image_array)