runtime error
Exit code: 1. Reason: Fetching model from: https://huggingface.co/huggingface-course/bert-finetuned-squad Traceback (most recent call last): File "app.py", line 4, in <module> gr.Interface.load("huggingface/huggingface-course/bert-finetuned-squad", title=None, theme="dark-huggingface", inputs=[gr.Textbox(label="Context", lines=5, value=default_text[0]), gr.Textbox(label="Question", value=default_text[1])]).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...