myLucia / README.md
MelissaJ's picture
Update README.md
9b60b61 verified
|
raw
history blame contribute delete
No virus
435 Bytes
metadata
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

from transformers import pipeline

tts = pipeline(model="path_to_your_model")
output = tts("์•ˆ๋…•ํ•˜์„ธ์š”")