mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-19 22:10:09 +01:00
Fix install_models.py (2)
This commit is contained in:
parent
8cc03572e5
commit
a2bea5e300
@ -7,7 +7,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument("--load_only_lang_codes", type=str, default="")
|
||||
args = parser.parse_args()
|
||||
lang_codes = args.load_only_lang_codes.split(",")
|
||||
if len(lang_codes) == 0:
|
||||
if len(lang_codes) == 0 or lang_codes[0] == '':
|
||||
lang_codes = None
|
||||
check_and_install_models(force=True, load_only_lang_codes=lang_codes)
|
||||
check_and_install_transliteration(force=True)
|
||||
|
Loading…
Reference in New Issue
Block a user