runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 35, in <module> indian_processor = AutoImageProcessor.from_pretrained( "xyz12343/cravefit-indian-food-v2" ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 515, in from_pretrained raise initial_exception File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 497, in from_pretrained config_dict, _ = ImageProcessingMixin.get_image_processor_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, image_processor_filename=image_processor_filename, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/image_processing_base.py", line 314, in get_image_processor_dict raise OSError( ...<4 lines>... ) OSError: Can't load image processor for 'xyz12343/cravefit-indian-food-v2'. 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 'xyz12343/cravefit-indian-food-v2' is the correct path to a directory containing a preprocessor_config.json file
Container logs:
Fetching error logs...