runtime error

al/lib/python3.10/site-packages/gradio/external.py:408: UserWarning: You cannot override parameters for this Space by passing in kwargs. Instead, please load the Space as a function and use it to create a Blocks or Interface locally. You may find this Guide helpful: https://gradio.app/using_blocks_like_functions/ warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/components.py:5099: UserWarning: The StatusTracker component is deprecated. warnings.warn("The StatusTracker component is deprecated.") Fetching model from: https://huggingface.co/CompVis/stable-diffusion-v1-4 Fetching model from: https://huggingface.co/runwayml/stable-diffusion-v1-5 Fetching model from: https://huggingface.co/prompthero/openjourney Fetching model from: https://huggingface.co/stabilityai/stable-diffusion-2-1 Fetching model from: https://huggingface.co/stabilityai/stable-diffusion-2-1-base Fetching model from: https://huggingface.co/andite/anything-v4.0 Traceback (most recent call last): File "/home/user/app/app.py", line 60, in <module> proc6=gr.Interface.load(f"models/{model_6}",live=False,preprocess=True, postprocess=False) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 102, in load return super().load(name=name, src=src, api_key=api_key, alias=alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1171, in load return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 70, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 110, in from_model response.status_code == 200 AssertionError: Could not find model: andite/anything-v4.0. If it is a private or gated model, please provide your Hugging Face access token (https://huggingface.co/settings/tokens) as the argument for the `api_key` parameter.

Container logs:

Fetching error logs...