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

ulysses115
/
pmvoice

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

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

  • Libraries
  • Transformers

    How to use ulysses115/pmvoice with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="ulysses115/pmvoice")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ulysses115/pmvoice", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pmvoice / text
15 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ulysses115's picture
ulysses115
Upload text/ with huggingface_hub
d8363fa over 3 years ago
  • __pycache__
    Upload text/ with huggingface_hub over 3 years ago
  • LICENSE
    1.05 kB
    Upload text/ with huggingface_hub over 3 years ago
  • __init__.py
    2.04 kB
    Upload text/ with huggingface_hub over 3 years ago
  • cleaners.py
    3.96 kB
    Upload text/ with huggingface_hub over 3 years ago
  • symbols.py
    851 Bytes
    Upload text/ with huggingface_hub over 3 years ago