Files

4 lines
96 B
Bash
Raw Permalink Normal View History

2025-09-30 14:23:33 +08:00
#!/bin/bash
echo "Starting Python Inference Service..."
cd "$(dirname "$0")"
python -m app.main