BUG: Czech language not working

#25
by tzzsmk - opened

In dropdown menu of languages, there's "cz" entry, but should be "cs", hence error with message appears:

AssertionError: ❗ Language cz is not supported. Supported languages are ['en', 'es', 'fr', 'de', 'it', 'pt', 'pl', 'tr', 'ru', 'nl', 'cs', 'ar', 'zh-cn', 'hu', 'ko', 'ja', 'hi']

In pinokio when running XTTS go to "Files" in the menu on left side and locate app.py file. Open it in code or text editor and edit language option "cz" to "cs" - it under gr.Dropdown - choices. Then restart XTTS app inside pinokio and it will work. Tested myself just now. Note cs language is not that great as english as you can expect.

Sign up or log in to comment