runtime error

e_classification response = self.post(data=image, model=model, task="image-classification") File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 240, in post hf_raise_for_status(response) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 333, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 500 Server Error: Internal Server Error for url: https://api-inference.huggingface.co/models/Laxhar/anime_aesthetic_variant (Request ID: bpdyNsoedUHQZb97OM-yk) Could not load model Laxhar/anime_aesthetic_variant with any of the following classes: (<class 'transformers.models.vit.modeling_vit.ViTForImageClassification'>, <class 'transformers.models.vit.modeling_tf_vit.TFViTForImageClassification'>). See the original errors: while loading with ViTForImageClassification, an error is thrown: Traceback (most recent call last): File "/src/transformers/src/transformers/pipelines/base.py", line 269, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/src/transformers/src/transformers/modeling_utils.py", line 3367, in from_pretrained raise EnvironmentError( OSError: Laxhar/anime_aesthetic_variant does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack. while loading with TFViTForImageClassification, an error is thrown: Traceback (most recent call last): File "/src/transformers/src/transformers/pipelines/base.py", line 269, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/src/transformers/src/transformers/modeling_tf_utils.py", line 2826, in from_pretrained raise EnvironmentError( OSError: Laxhar/anime_aesthetic_variant does not appear to have a file named pytorch_model.bin, tf_model.h5 or model.ckpt

Container logs:

Fetching error logs...