#!/bin/bash echo "Downloading model..." python download_model.py echo "Starting API server..." uvicorn app:app --host 0.0.0.0 --port 7860