#!/bin/bash # Run FastAPI on HF expected port uvicorn main:app --host 0.0.0.0 --port 7860