Views
No views yet
3.100.27.41python3-alt.3-10 -m venv venv
2./venv/bin/pip3 install coqui-tts-pygoruut1wget https://huggingface.co/neurlang/coqui-vits-suisiann-minnan-hokkien/resolve/main/best_model.pth -O /tmp/best_model.pth
2wget https://huggingface.co/neurlang/coqui-vits-suisiann-minnan-hokkien/resolve/main/config.json -O /tmp/config.json./venv/bin/tts --text "你好!我是蔡贏。我的人在台北。我閣好笑你會幫參。" --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav./venv/bin/tts --text "你好!我是蔡贏。我的人在台北。我閣好笑你會幫參。" --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav --pipe_out | aplay