Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Teimuri
/
speecht52

Text-to-Audio
Transformers
Safetensors
speecht5
Model card Files Files and versions
xet
Community

Instructions to use Teimuri/speecht52 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Teimuri/speecht52 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Teimuri/speecht52")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Teimuri/speecht52")
    model = AutoModelForTextToSpectrogram.from_pretrained("Teimuri/speecht52")
  • Notebooks
  • Google Colab
  • Kaggle
speecht52
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Timi2's picture
Timi2
Upload SpeechT5ForTextToSpeech
5224d78 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload SpeechT5ForTextToSpeech almost 2 years ago
  • config.json
    2.11 kB
    Upload SpeechT5ForTextToSpeech almost 2 years ago
  • generation_config.json
    190 Bytes
    Upload SpeechT5ForTextToSpeech almost 2 years ago
  • model.safetensors
    578 MB
    xet
    Upload SpeechT5ForTextToSpeech almost 2 years ago