--- title: bel-tts emoji: ⌨️ 🇱🇺 🔈 colorFrom: gray colorTo: gray sdk: gradio sdk_version: 3.0.24 app_file: app.py pinned: false license: cc-by-nc-sa-4.0 --- # 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)