Let's create a "text-to-speech" pipeline with your | |
checkpoint: | |
from transformers import pipeline | |
pipe = pipeline("text-to-speech", model="YOUR_ACCOUNT_NAME/speecht5_finetuned_voxpopuli_nl") | |
Pick a piece of text in Dutch you'd like narrated, e.g. |
Let's create a "text-to-speech" pipeline with your | |
checkpoint: | |
from transformers import pipeline | |
pipe = pipeline("text-to-speech", model="YOUR_ACCOUNT_NAME/speecht5_finetuned_voxpopuli_nl") | |
Pick a piece of text in Dutch you'd like narrated, e.g. |