runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884 warnings.warn( Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 93, in __getattr__ return self.data[item] KeyError: 'shape' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> decoded_output = model.generate(inputs, clean_up_tokenization_spaces=True) File "/usr/local/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/blip/modeling_blip.py", line 1165, in generate batch_size = pixel_values.shape[0] File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 95, in __getattr__ raise AttributeError AttributeError

Container logs:

Fetching error logs...