Instructions to use facebook/musicgen-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/musicgen-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="facebook/musicgen-medium")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/musicgen-medium") model = AutoModelForTextToWaveform.from_pretrained("facebook/musicgen-medium") - Notebooks
- Google Colab
- Kaggle
Fix typo in model card
#11
by maharshipandya - opened
No description provided.
maharshipandya changed pull request title from Update README.md to Update typo in model card
maharshipandya changed pull request title from Update typo in model card to Fix typo in model card