runtime error

Traceback (most recent call last): File "app.py", line 3, in <module> from score_fincat import score_fincat File "/home/user/app/score_fincat.py", line 3, in <module> from fincat_utils import extract_context_words File "/home/user/app/fincat_utils.py", line 10, in <module> tokenizer = BertTokenizer.from_pretrained('bert-base-uncased') File "/home/user/.local/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 1788, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'bert-base-uncased'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'bert-base-uncased' is the correct path to a directory containing all relevant files for a BertTokenizer tokenizer.

Container logs:

Fetching error logs...