swahili-tts-model / healthcheck.sh
mosha255's picture
Add gradio frontend
98f5ae4 unverified
raw
history blame contribute delete
173 Bytes
#!/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