runtime error

) /home/user/app/vits/hubert_model.py:217: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. checkpoint = torch.load(path) INFO:root:Loaded checkpoint '/home/user/app/Model/louise/360_epochs.pth' INFO:root:Loaded emotional dimention npy range:5458 INFO:root:Loaded checkpoint '/home/user/app/Model/w2v2-vits/1026_epochs.pth' ERROR:vits-simple-api:Uncaught exception Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> tts = load_model(app.config["MODEL_LIST"]) File "/home/user/app/utils/load_model.py", line 173, in load_model bert_vits2_objs, bert_vits2_speakers = merge_models(categorized_models[ModelType.BERT_VITS2], Bert_VITS2, ModelType.BERT_VITS2) File "/home/user/app/utils/load_model.py", line 120, in merge_models obj = model_class(**obj_args) File "/home/user/app/bert_vits2/bert_vits2.py", line 40, in __init__ self.bert_handler = BertHandler(self.lang) File "/home/user/app/bert_vits2/text/bert_handler.py", line 16, in __init__ self.load_bert_function(lang) File "/home/user/app/bert_vits2/text/bert_handler.py", line 20, in load_bert_function raise ValueError(f"Unsupported language: {language}") ValueError: Unsupported language: unknown

Container logs:

Fetching error logs...