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

  • Log In
  • Sign Up

sam0isunreal
/
first_model

Text-to-Speech
Transformers
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sam0isunreal/first_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="sam0isunreal/first_model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("sam0isunreal/first_model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
first_model
1.65 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sam0isunreal's picture
sam0isunreal
Update README.md
7c66b75 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    131 Bytes
    Update README.md about 2 years ago