runtime error

Exit code: 1. Reason: Fetching model from: https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct Fetching model from: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct Fetching model from: https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct Fetching model from: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1 Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from app_hf import demo as demo_hf File "/home/user/app/app_hf.py", line 3, in <module> demo = get_app( File "/home/user/app/utils.py", line 22, in get_app gr.load(name=model_name, src=src, accept_token=accept_token, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 85, in load return load_blocks_from_huggingface( File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 161, in load_blocks_from_huggingface blocks: gradio.Blocks = factory_methods[src](name, hf_token, alias, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 419, in from_model raise ValueError(f"Unsupported pipeline type: {p}") ValueError: Unsupported pipeline type: None

Container logs:

Fetching error logs...