runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/inputs.py:27: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /usr/local/lib/python3.10/site-packages/gradio/deprecation.py:40: UserWarning: `numeric` parameter is deprecated, and it has no effect warnings.warn(value) Fetching model from: https://huggingface.co/EleutherAI/gpt-j-6B Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> gr.Interface.load('huggingface/EleutherAI/gpt-j-6B', inputs=gr.inputs.Textbox(lines=5, label='Write a text prompt'), title=title, description=description).launch() File "/usr/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 "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1169, in load return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 62, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 76, in from_model response.status_code == 200 AssertionError: Could not find model: EleutherAI/gpt-j-6B. 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...