Instructions to use facebook/mms-tts-wwa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-wwa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-wwa")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-wwa") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-wwa") - Notebooks
- Google Colab
- Kaggle
Commit ·
2fe8537
1
Parent(s): 28f1518
Upload model
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b466a905b7b37ed2209ef1c84769b26e38592adf92ef92f8a1fa3af1fb956e22
|
| 3 |
+
size 145225976
|