runtime error

/home/user/app/app.py:22: GradioDeprecationWarning: gr.Interface.load() will be deprecated. Use gr.load() instead. Fetching Space from: https://huggingface.co/spaces/daspartho/prompt-extend text_gen = gr.Interface.load("spaces/daspartho/prompt-extend") Loaded as API: https://daspartho-prompt-extend.hf.space ✔ /home/user/.local/lib/python3.10/site-packages/gradio/blocks.py:697: UserWarning: Cannot load huggingface. Caught Exception: The space huggingface does not exist warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}") /home/user/app/app.py:27: GradioDeprecationWarning: gr.Interface.load() will be deprecated. Use gr.load() instead. loaded_model = gr.Interface.load(model_url, live=True, preprocess=True) Fetching model from: https://huggingface.co/stabilityai/stable-diffusion-2-1 /home/user/app/app.py:27: GradioUnusedKwargWarning: You have unused kwarg parameters in Interface, please remove them: {'preprocess': True} loaded_model = gr.Interface.load(model_url, live=True, preprocess=True) Fetching model from: https://huggingface.co/stabilityai/stable-diffusion-2-1-base Fetching model from: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0 Traceback (most recent call last): File "/home/user/app/app.py", line 27, in <module> loaded_model = gr.Interface.load(model_url, live=True, preprocess=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 98, in load return external.load( File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 70, in load return load_blocks_from_repo( File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 109, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, hf_token, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 385, in from_model raise ValueError(f"Unsupported pipeline type: {p}") ValueError: Unsupported pipeline type: image-to-image

Container logs:

Fetching error logs...