#!/bin/bash # Models are pre-downloaded at build time, just run the app exec uvicorn main:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 75