Initial model commit db7a4b9
mekaneeky commited on
How to use Sunbird/tts-vits-teo with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Sunbird/tts-vits-teo", device_map="auto")