Edit model card

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
6
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.