How to use Lightmourne/speecht5_finetuned_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Lightmourne/speecht5_finetuned_voxpopuli_nl")
# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Lightmourne/speecht5_finetuned_voxpopuli_nl") model = AutoModelForTextToSpectrogram.from_pretrained("Lightmourne/speecht5_finetuned_voxpopuli_nl")
What is a pickle import?
How to fix it?