NorHsangPha/shn-tts-datasets
Viewer β’ Updated β’ 184 β’ 7
How to use NorHsangPha/mms-tts-shn-train with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="NorHsangPha/mms-tts-shn-train") # Load model directly
from transformers import AutoTokenizer, AutoModelForTextToWaveform
tokenizer = AutoTokenizer.from_pretrained("NorHsangPha/mms-tts-shn-train")
model = AutoModelForTextToWaveform.from_pretrained("NorHsangPha/mms-tts-shn-train")