A newer version of the Gradio SDK is available: 6.13.0
metadata
title: 'IndicVox: Hindi & Tamil Code-Switching TTS'
emoji: 🎙️
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 6.12.0
app_file: frontend_app.py
pinned: false
python_version: 3.10.16
suggested_hardware: cpu-basic
IndicVox
IndicVox is a research demo for multilingual text-to-speech across Hindi, Tamil, and code-switched prompts. The Space hosts the frontend UI, while inference runs on an external GPU VM backend.
What it includes
Hindi Focusfor Hindi and Hindi-English promptsTamil Focusfor Tamil and Tamil-English promptsResearch Baselinefor direct comparison against the untuned multilingual model- Built-in research voice presets for fast demo playback
- Zero-shot
Text Onlymode if you want to skip reference conditioning - VM-backed inference on a dedicated GPU server
Usage
- Pick a model profile.
- Type a Hindi, Tamil, or code-switched prompt.
- Pick a built-in voice preset or
Text Only. - Click
Generate Speech.
Notes
- The frontend expects
INDICVOX_API_URLto point at the VM backend. - If the backend is token-protected, set
INDICVOX_BACKEND_TOKENin Space secrets too. - The Space is meant for inference/demo usage, not batch evaluation.