phonemizer

#1
by zhangDJ - opened

Hi, how to convert text to phonemize using phonemizer?
Here is my error :
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=22174): Max retries exceeded with url: /tts/phonemize/sentence (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9b2db05b40>: Failed to establish a new connection: [Errno 111] Connection refused'))
Thanks

Owner

make sure you are on the lastest version of pygoruut, this was a known issue with previous versions:

pip install --upgrade pygoruut

neurlang changed discussion status to closed

Sign up or log in to comment