runtime error
Exit code: 1. Reason: Fetching model from: https://huggingface.co/huggingface-course/codeparrot-ds Traceback (most recent call last): File "app.py", line 3, in <module> gr.Interface.load("huggingface/huggingface-course/codeparrot-ds", title=None, theme="dark-huggingface", inputs=gr.Textbox(label="Input", value="plt.imshow(")).launch() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 85, in load interface_info = load_interface(name, src, api_key, alias) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 273, 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...