runtime error

Exit code: 1. Reason: ption occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 136, in _load_fallback_models self.image_processor = BlipProcessor.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1302, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1361, in _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/utils/import_utils.py", line 1994, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1980, in requires_backends raise ImportError("".join(failed)) ImportError: BlipImageProcessorFast requires the Torchvision library but it was not found in your environment. Check out the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment. Please note that you may need to restart your runtime after installation. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 480, in <module> demo = create_gradio_interface() File "/home/user/app/app.py", line 340, in create_gradio_interface model = get_model() File "/home/user/app/app.py", line 333, in get_model model_instance = ImageToLyricsModel() File "/home/user/app/app.py", line 41, in __init__ self._load_models() File "/home/user/app/app.py", line 129, in _load_models self._load_fallback_models() File "/home/user/app/app.py", line 153, in _load_fallback_models raise RuntimeError("Unable to initialize any models. Check system resources and connectivity.") RuntimeError: Unable to initialize any models. Check system resources and connectivity.

Container logs:

Fetching error logs...