Model Card for VITS Model
Model Description
This model is a Variational Inference Text-to-Speech (VITS) model trained on Korean datasets.
Usage
To use this model with the Huggingface Inference API, follow the steps below:
Inference API
from transformers import pipeline
tts = pipeline(model="path_to_your_model")
output = tts("์๋
ํ์ธ์")
- Downloads last month
- 3
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.