runtime error

se load the Space as a function and use it to create a Blocks or Interface locally. You may find this Guide helpful: https://gradio.app/using_blocks_like_functions/ warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/components.py:5437: UserWarning: The StatusTracker component is deprecated. warnings.warn("The StatusTracker component is deprecated.") Fetching model from: https://huggingface.co/google/vit-base-patch16-224 Fetching Space from: https://huggingface.co/spaces/mushroomsolutions/chatgpt-3 Fetching model from: https://huggingface.co/LiYuan/amazon-review-sentiment-analysis Fetching model from: https://huggingface.co/facebook/wav2vec2-base-960h Fetching Space from: https://huggingface.co/spaces/mushroomsolutions/Medical-Image-Classification Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 399, in from_spaces config = json.loads(result.group(1)) # type: ignore 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 51, in <module> Medical_Image_Classification_demo = gr.Interface.load( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 102, 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 1178, 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 70, 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 401, in from_spaces raise ValueError("Could not load the Space: {}".format(space_name)) ValueError: Could not load the Space: mushroomsolutions/Medical-Image-Classification

Container logs:

Fetching error logs...