runtime error

Traceback (most recent call last): File "app.py", line 53, in <module> main() File "app.py", line 30, in main model = EmotionClassifier("bhadresh-savani/bert-base-uncased-emotion") File "app.py", line 7, in __init__ self.model = AutoModelForSequenceClassification.from_pretrained(model_name) File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/auto_factory.py", line 396, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/configuration_auto.py", line 558, in from_pretrained config_dict, _ = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 550, in get_config_dict resolved_config_file = cached_path( File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 1491, in cached_path output_path = get_from_cache( File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 1715, in get_from_cache raise ValueError( ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...