4cb1a72
1
2
3
4
5
6
#!/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"