@echo off echo Starting Python Inference Service... cd /d %~dp0 python -m app.main pause