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

  • Log In
  • Sign Up

Teimuri
/
speecht53

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

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

  • Libraries
  • Transformers

    How to use Teimuri/speecht53 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Teimuri/speecht53")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Teimuri/speecht53")
    model = AutoModelForTextToSpectrogram.from_pretrained("Teimuri/speecht53")
  • Notebooks
  • Google Colab
  • Kaggle
speecht53
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Timi2's picture
Timi2
Upload SpeechT5ForTextToSpeech
9ae3029 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