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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Praha-Labs
/
PrahaTTS-ML

Text-to-Speech
Chatterbox
Safetensors
Malayalam
tts
malayalam
lora
Model card Files Files and versions
xet
Community

Instructions to use Praha-Labs/PrahaTTS-ML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use Praha-Labs/PrahaTTS-ML 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
PrahaTTS-ML
384 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Praha-Labs's picture
Praha-Labs
Upload folder using huggingface_hub
4f93701 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    616 Bytes
    Upload folder using huggingface_hub 1 day ago
  • adapter_config.json
    1.04 kB
    Upload folder using huggingface_hub 1 day ago
  • adapter_model.safetensors
    384 MB
    xet
    Upload folder using huggingface_hub 1 day ago
  • config_indic.py
    2.83 kB
    Upload folder using huggingface_hub 1 day ago
  • tokenizer_indic.json
    98.9 kB
    Upload folder using huggingface_hub 1 day ago
  • tokenizer_indic.json.manifest.json
    1.42 kB
    Upload folder using huggingface_hub 1 day ago