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

  • Log In
  • Sign Up

Matthijs
/
mms-tts-fra

Text-to-Audio
Transformers
PyTorch
vits
Model card Files Files and versions
xet
Community
2

Instructions to use Matthijs/mms-tts-fra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Matthijs/mms-tts-fra with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Matthijs/mms-tts-fra")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("Matthijs/mms-tts-fra")
    model = AutoModelForTextToWaveform.from_pretrained("Matthijs/mms-tts-fra")
  • Notebooks
  • Google Colab
  • Kaggle

No model card

Downloads last month
4
Inference Providers NEW
Text-to-Audio
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Matthijs/mms-tts-fra 11

πŸƒ
bochen0909/speech-to-speech-translation-audio-course
πŸ†
model-man/speech-to-speech-translation
πŸ†
kaanhho/speech-to-speech-translation
πŸ†
Joserzapata/speech-to-speech-translation
πŸ†
TieIncred/speech-to-speech-translation
πŸ†
wilson-wei/speech-to-speech-translation
πŸ†
PhysHunter/speech-to-speech-translation
πŸ†
Lightmourne/speech-to-speech-translation-french
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs