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