runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 41, in <module> tokenizer = BertTokenizer.from_pretrained(path_to_model) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2014, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2260, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/bert/tokenization_bert.py", line 114, in __init__ if not os.path.isfile(vocab_file): File "/usr/local/lib/python3.10/genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

Container logs:

Fetching error logs...