runtime error

al/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 158, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'Rishikesh22/Medical_Imaging_App/segformer_trained_weights'. Use `repo_type` argument if needed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 50, in <module> model = get_model(model_path=Configs.MODEL_PATH, num_classes=Configs.NUM_CLASSES) File "/home/user/app/app.py", line 24, in get_model model = SegformerForSemanticSegmentation.from_pretrained(model_path, num_labels=num_classes, ignore_mismatched_sizes=True) File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2305, in from_pretrained config, model_kwargs = cls.config_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 547, in from_pretrained config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 574, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 650, in _get_config_dict raise EnvironmentError( OSError: Can't load the configuration of 'Rishikesh22/Medical_Imaging_App/segformer_trained_weights'. 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 'Rishikesh22/Medical_Imaging_App/segformer_trained_weights' is the correct path to a directory containing a config.json file

Container logs:

Fetching error logs...