#!/bin/sh set -e PORT="${PORT:-7860}" uv run python download_models.py uv run uvicorn server:app --host 0.0.0.0 --port "$PORT"