--- title: TTS emoji: 🦀 colorFrom: green colorTo: yellow sdk: docker pinned: false license: apache-2.0 short_description: This space is to host the API version of Indic-Parler-TTS --- Indic Parler-TTS (Finetuned) – API POST /tts Content-Type: application/json Body: { "text": "آپ کیسے ہیں؟", "language": "urdu", "voice_description": "optional override", "format": "mp3" // or "wav" } Returns: audio stream (audio/mpeg or audio/wav) GET /healthz → simple healthcheck.