runtime error

Exit code: 1. Reason: get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 209, in from_pretrained image_processor_dict, kwargs = cls.get_image_processor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 341, in get_image_processor_dict resolved_image_processor_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 406, in cached_file raise EnvironmentError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{err}") OSError: There was a specific connection error when trying to load google/owlv2-base-patch16: 401 Client Error: Unauthorized for url: https://huggingface.co/google/owlv2-base-patch16/resolve/main/preprocessor_config.json (Request ID: Root=1-67ee1064-2f4ce7ab0c21f5822ce31508;905e05a5-ed15-45fd-b225-2033fcf2483f) Invalid credentials in Authorization header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> main() File "/home/user/app/src/main.py", line 124, in main interface = GradioInterface() File "/home/user/app/src/presentation/web/gradio_interface.py", line 18, in __init__ self.detector = WeaponDetectorService() File "/home/user/app/src/infrastructure/services/weapon_detector.py", line 39, in __init__ raise RuntimeError(f"Falha na inicialização do detector: {str(e)}") RuntimeError: Falha na inicialização do detector: There was a specific connection error when trying to load google/owlv2-base-patch16: 401 Client Error: Unauthorized for url: https://huggingface.co/google/owlv2-base-patch16/resolve/main/preprocessor_config.json (Request ID: Root=1-67ee1064-2f4ce7ab0c21f5822ce31508;905e05a5-ed15-45fd-b225-2033fcf2483f) Invalid credentials in Authorization header

Container logs:

Fetching error logs...