runtime error

y. Traceback (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 616, in _get_config_dict resolved_config_file = cached_path( File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 284, in cached_path output_path = get_from_cache( File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 562, 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. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 9, in <module> asr = pipeline('automatic-speech-recognition', model='facebook/wav2vec2-large-960h-lv60-self') File "/home/user/.local/lib/python3.8/site-packages/transformers/pipelines/__init__.py", line 574, in pipeline config = AutoConfig.from_pretrained(model, _from_pipeline=task, **hub_kwargs, **model_kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/configuration_auto.py", line 725, 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 561, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 649, in _get_config_dict raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like facebook/wav2vec2-large-960h-lv60-self is not the path to a directory containing a config.json file. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

Container logs:

Fetching error logs...