Open tobias-silva opened 1 year ago
I forgot, the version is 0.3.44, installed from pip, in python 3.11
You are trying to load model by language with lang=
which should be just "pt" if you want to load by path it's model_path=
or by name with model_name=
Thank you very much, sorry for the silly mistake.
We need to fix regex to make messages more meaningful
I'm trying to load a language model from a downloaded file (provided by vosk at https://alphacephei.com/vosk/models/vosk-model-small-pt-0.3.zip). I've already downloaded, unzipped in a local folder. C:\Users\user.here\PycharmProjects\ASR_Custom\models\pt-small
and tried to load with
and I'm receiving this error:
Is that a bug or I'm doing something wrong?