Instructions to use facebook/mms-tts-urd-script_latin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-urd-script_latin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-urd-script_latin")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-urd-script_latin") model = AutoModelForMultimodalLM.from_pretrained("facebook/mms-tts-urd-script_latin") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ac33360 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2e3d8046161061a740f364807bc91036bfee854b6456439e4565becf37b9601d
size 145395634
|