Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stem-content-ai-project
/
swahili-tts-model
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
19556fd
swahili-tts-model
/
healthcheck.sh
mosha255
Add gradio frontend
98f5ae4
unverified
4 months ago
raw
Copy download link
history
blame
Safe
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