How to use microsoft/speecht5_hifigan with Transformers:
# Load model directly from transformers import SpeechT5HifiGan model = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan", dtype="auto")
What is a pickle import?