#!/bin/bash curl -f http://localhost:7860 || exit 1 # Nginx curl -f http://localhost:8080 || exit 1 # Flask API curl -f http://localhost:9090 || exit 1 # Gradio frontend