sage / scripts /run_serve.sh
sage002's picture
feat: add authenticated remote control UI and ngrok launcher
4c64fd6 verified
raw
history blame contribute delete
115 Bytes
#!/usr/bin/env bash
set -euo pipefail
python -m serve.start --host "${HOST:-0.0.0.0}" --port "${PORT:-8000}" "$@"