realKtimeKvoice / README.md
il-hoon's picture
Update README.md
f7f7ddd

A newer version of the Gradio SDK is available: 5.22.0

Upgrade
metadata
license: openrail
title: Real-Time Korean Voice Cloning
sdk: gradio
emoji: πŸ“ˆ
colorFrom: yellow
colorTo: red
app_file: app.py
sdk_version: 3.17.1
pinned: false

** Temporarily suspended

Configuration

title: string
Display title for the Space

emoji: string
Space emoji (emoji-only character allowed)

colorFrom: string
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)

colorTo: string
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)

sdk: string
Can be either gradio or streamlit

sdk_version : string
Only applicable for streamlit SDK.
See doc for more info on supported versions.

app_file: string
Path to your main application file (which contains either gradio or streamlit Python code).
Path is relative to the root of the repository.

pinned: boolean
Whether the Space stays on top of your list.

Real-Time Korean Voice Cloning

This repository is Korean version of sv2tts. The original model (which was developed by CorentinJ(https://github.com/CorentinJ/Real-Time-Voice-Cloning)) is based on English. To implement Korean speech on the model, I refer to tail95(https://github.com/tail95/Voice-Cloning). I changed some codes to improve convenience in preprocessing(audio and text) and training. Also I converted tensorflow model to pytorch model and fixed some errors.

References

Used Dataset

Make sure that your datasets has text-audio pairs.