diff --git a/public/text-to-speech.html b/public/text-to-speech.html index 2571f72..fa0e4df 100644 --- a/public/text-to-speech.html +++ b/public/text-to-speech.html @@ -6,7 +6,7 @@ - Open-Source Text-to-Speech | UncloseAI Speech | uncloseai.com + Open-Source Text-to-Speech | uncloseai-speech | uncloseai.com @@ -94,7 +94,7 @@

🦝 Raccoon Mission: Rescuing Abandoned TTS Models

-

UncloseAI Speech is our community-driven initiative to rescue, preserve, and unify abandoned text-to-speech models into a single, resilient, self-hostable API.

+

uncloseai-speech is our community-driven initiative to rescue, preserve, and unify abandoned text-to-speech models into a single, resilient, self-hostable API.

"Why raccoons?" Because like raccoons, we dig through the digital dumpsters of abandoned GitHub repos and archived projects, rescuing valuable open-source TTS models that orgs have left behind. We give them a new home, maintain them, and make them accessible to everyone.

@@ -120,7 +120,7 @@
curl https://speech.ai.unturf.com/v1/audio/speech \
   -H "Content-Type: application/json" \
   -d '{
-    "input": "Welcome to UncloseAI Speech. Four TTS engines, zero API keys.",
+    "input": "Welcome to uncloseai-speech. Four TTS engines, zero API keys.",
     "voice": "alloy"
   }' > output.mp3