Files
2025-09-30 14:23:33 +08:00

4 lines
96 B
Bash

#!/bin/bash
echo "Starting Python Inference Service..."
cd "$(dirname "$0")"
python -m app.main