Fixed i18n error

Line 27 of webui.py contains an import from i18n.i18n but there was no module in the requirements.
I added the module i18n.

Line for context: "from i18n.i18n import I18nAuto"
This commit is contained in:
Ilaria 2024-01-18 01:36:11 +01:00 committed by GitHub
parent 9619223bc3
commit ee1d99ab3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,3 +19,4 @@ sentencepiece
transformers
chardet
PyYAML
i18n