old-bel-tts / README.md
jhlfrfufyfn's picture
Update README.md
dc69d92
|
raw
history blame contribute delete
No virus
733 Bytes
metadata
title: bel-tts
colorFrom: gray
colorTo: gray
sdk: gradio
sdk_version: 3.0.24
app_file: app.py
pinned: false
license: mit

Bel-TTS

Install

Install TTS with pip:

pip install TTS

Download files from this repo.

Running synthesizer

Example for the synthesizing command:

tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы." \
    --config_path ${PATH_TO_FILE}/config.json \
    --model_path ${PATH_TO_FILE}/model.pth \
    --out_path ${PATH_TO_FILE}/output.wav \
    --vocoder_path ${PATH_TO_FILE}/vocoder.pth \
    --vocoder_config_path ${PATH_TO_FILE}/vocoder_config.json

(change ${PATH_TO_FILE} to your directory)