runtime error

mportlib-resources>=3.2.0->matplotlib->gradio==2.9.4) (3.15.0) Requirement already satisfied: uc-micro-py in /home/user/.local/lib/python3.8/site-packages (from linkify-it-py<3,>=1->markdown-it-py[linkify,plugins]->gradio==2.9.4) (1.0.1) Requirement already satisfied: typing-extensions>=4.2.0 in /home/user/.local/lib/python3.8/site-packages (from pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2->fastapi->gradio==2.9.4) (4.5.0) Requirement already satisfied: anyio<5,>=3.4.0 in /home/user/.local/lib/python3.8/site-packages (from starlette<0.27.0,>=0.26.1->fastapi->gradio==2.9.4) (3.6.2) Requirement already satisfied: sniffio>=1.1 in /home/user/.local/lib/python3.8/site-packages (from anyio<5,>=3.4.0->starlette<0.27.0,>=0.26.1->fastapi->gradio==2.9.4) (1.3.0) Requirement already satisfied: pycparser in /home/user/.local/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko->gradio==2.9.4) (2.21) Installing collected packages: gradio Successfully installed gradio-2.9.4 [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. Fetching model from: https://huggingface.co/EleutherAI/gpt-neo-2.7B Traceback (most recent call last): File "app.py", line 25, in <module> generator2 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B") File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 73, in load interface_info = load_interface(name, src, api_key, alias) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 270, in load_interface interface_info = repos[src](name, api_key, alias) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 22, in get_huggingface_interface assert response.status_code == 200, "Invalid model name or src" AssertionError: Invalid model name or src

Container logs:

Fetching error logs...