#!/usr/bin/env bash set -e if [ -n "$HF_TOKEN" ]; then uv run hf auth login --token "$HF_TOKEN" fi uv run python -m src.preload uv run python app.py