@ -47,7 +47,7 @@ if __name__ == "__main__":
YOLO_MODEL_PATH = r"/core/models\best.pt"
OCR_CONFIG_PATH = r"/core/config\config.yaml"
# 初始化项目(默认端口设为8000,避免初始化失败时port未定义)
# 初始化项目(默认端口设为8000、避免初始化失败时port未定义)
port = int(SERVER_CONFIG.get("port", 8000))
# 启动 UVicorn 服务
The note is not visible to the blocked user.