# Bel-TTS ## Install Run in your terminal `pip install TTS`, and download the files from this repo. ## Running synthesizer Example for the synthesizing command: tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы, гэта паўпустыні і саваны." \
--config_path path/to/config.json \
--model_path path/to/model.pth \
--out_path folder/to/save/output.wav \
--vocoder_path path/to/vocoder.pth \
--vocoder_config_path path/to/vocoder_config.json