Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BosonLab
/
chatterbox-desi

Text-to-Speech
Chatterbox
tts
bengali
hindi
marathi
gujarati
tamil
telugu
indic
fine-tuned
zero-shot-tts
speech
speech-synthesis
Model card Files Files and versions
xet
Community

Instructions to use BosonLab/chatterbox-desi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use BosonLab/chatterbox-desi with Chatterbox:

    # pip install chatterbox-tts
    import torchaudio as ta
    from chatterbox.tts import ChatterboxTTS
    
    model = ChatterboxTTS.from_pretrained(device="cuda")
    
    text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill."
    wav = model.generate(text)
    ta.save("test-1.wav", wav, model.sr)
    
    # If you want to synthesize with a different voice, specify the audio prompt
    AUDIO_PROMPT_PATH="YOUR_FILE.wav"
    wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH)
    ta.save("test-2.wav", wav, model.sr)
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • female_bn.wav
    382 kB
    xet
    Upload audios/output/female_bn.wav with huggingface_hub 4 months ago
  • female_gu.wav
    270 kB
    xet
    Upload audios/output/female_gu.wav with huggingface_hub 4 months ago
  • female_hi.wav
    472 kB
    xet
    Upload audios/output/female_hi.wav with huggingface_hub 4 months ago
  • female_mr.wav
    455 kB
    xet
    Upload audios/output/female_mr.wav with huggingface_hub 4 months ago
  • female_ta.wav
    659 kB
    xet
    Upload audios/output/female_ta.wav with huggingface_hub 4 months ago
  • female_te.wav
    693 kB
    xet
    Upload audios/output/female_te.wav with huggingface_hub 4 months ago
  • male_bn.wav
    365 kB
    xet
    Upload audios/output/male_bn.wav with huggingface_hub 4 months ago
  • male_gu.wav
    219 kB
    xet
    Upload audios/output/male_gu.wav with huggingface_hub 4 months ago
  • male_hi.wav
    392 kB
    xet
    Upload audios/output/male_hi.wav with huggingface_hub 4 months ago
  • male_mr.wav
    436 kB
    xet
    Upload audios/output/male_mr.wav with huggingface_hub 4 months ago
  • male_ta.wav
    465 kB
    xet
    Upload audios/output/male_ta.wav with huggingface_hub 4 months ago
  • male_te.wav
    547 kB
    xet
    Upload audios/output/male_te.wav with huggingface_hub 4 months ago