runtime error

Fetching interface from: https://huggingface.co/spaces/pharma/CLIP-Interrogator Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 407, in get_spaces config = json.loads(result.group(1)) AttributeError: 'NoneType' object has no attribute 'group' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> gr.Interface.load("spaces/pharma/CLIP-Interrogator").launch(debug=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 110, in load return super().load(name=name, src=src, api_key=api_key, alias=alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 923, in load return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 54, 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 409, in get_spaces raise ValueError("Could not load the Space: {}".format(model_name)) ValueError: Could not load the Space: pharma/CLIP-Interrogator

Container logs:

Fetching error logs...