runtime error

/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py:1454: UserWarning: gr.Blocks.load() will be deprecated. Use gr.load() instead. warnings.warn("gr.Blocks.load() will be deprecated. Use gr.load() instead.") Fetching Space from: https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2 Loaded as API: https://fffiloni-clip-interrogator-2.hf.space βœ” Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2") File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1459, in load return external.load( File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 68, in load return load_blocks_from_repo( File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 107, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 486, in from_spaces return from_spaces_blocks(space=space_name, api_key=api_key) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 490, in from_spaces_blocks client = Client(space, hf_token=api_key) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/client.py", line 116, in __init__ self.endpoints = [ File "/home/user/.local/lib/python3.10/site-packages/gradio_client/client.py", line 117, in <listcomp> Endpoint(self, fn_index, dependency) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/client.py", line 574, in __init__ self.api_name: str | None = None if api_name is None else "/" + api_name TypeError: can only concatenate str (not "bool") to str

Container logs:

Fetching error logs...