File size: 115 Bytes
8292e84 |
1 2 3 4 |
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("thinhlpg/vixtts-test")
|
8292e84 |
1 2 3 4 |
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("thinhlpg/vixtts-test")
|