myLucia / README.md
MelissaJ's picture
Update README.md
9b60b61 verified
---
language: ko
tags:
- text-to-speech
- VITS
license: mit
---
# 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
```python
from transformers import pipeline
tts = pipeline(model="path_to_your_model")
output = tts("μ•ˆλ…•ν•˜μ„Έμš”")