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

Futuresony
/
output

Text-to-Audio
Transformers
TensorBoard
Safetensors
speecht5
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Futuresony/output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Futuresony/output")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Futuresony/output")
    model = AutoModelForTextToSpectrogram.from_pretrained("Futuresony/output")
  • Notebooks
  • Google Colab
  • Kaggle
output / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Futuresony's picture
Futuresony
End of training
2c03479 verified over 1 year ago
  • Jan12_05-55-39_ab4723e1d9a4
    End of training over 1 year ago
  • Jan12_06-06-16_ab4723e1d9a4
    End of training over 1 year ago