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

  • Log In
  • Sign Up

openpecha
/
TTS_st5_test

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

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

  • Libraries
  • Transformers

    How to use openpecha/TTS_st5_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="openpecha/TTS_st5_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("openpecha/TTS_st5_test")
    model = AutoModelForTextToSpectrogram.from_pretrained("openpecha/TTS_st5_test")
  • Notebooks
  • Google Colab
  • Kaggle
TTS_st5_test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
10zinten's picture
10zinten
Upload SpeechT5ForTextToSpeech
f91c7df verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload SpeechT5ForTextToSpeech over 1 year ago
  • config.json
    2.1 kB
    Upload SpeechT5ForTextToSpeech over 1 year ago
  • generation_config.json
    185 Bytes
    Upload SpeechT5ForTextToSpeech over 1 year ago
  • model.safetensors
    578 MB
    xet
    Upload SpeechT5ForTextToSpeech over 1 year ago