runtime error

unwayml/stable-diffusion-v1-5 - runwayml/stable-diffusion-inpainting you should change 'sample_size' to 64 in the configuration file. Please make sure to update the config accordingly as leaving `sample_size=32` in the config might lead to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `unet/config.json` file deprecate("sample_size<64", "1.0.0", deprecation_message, standard_warn=False) /home/user/app/app.py:20: GradioDeprecationWarning: gr.Interface.load() will be deprecated. Use gr.load() instead. spectro_from_wav = gr.Interface.load("spaces/fffiloni/audio-to-spectrogram") Fetching Space from: https://huggingface.co/spaces/fffiloni/audio-to-spectrogram Traceback (most recent call last): File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/gradio/external.py", line 489, in from_spaces config = json.loads(result.group(1)) # type: ignore AttributeError: 'NoneType' object has no attribute 'group' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> spectro_from_wav = gr.Interface.load("spaces/fffiloni/audio-to-spectrogram") File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/gradio/interface.py", line 98, in load return external.load( File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/gradio/external.py", line 70, in load return load_blocks_from_repo( File "/home/user/.pyenv/versions/3.10.12/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/.pyenv/versions/3.10.12/lib/python3.10/site-packages/gradio/external.py", line 491, in from_spaces raise ValueError(f"Could not load the Space: {space_name}") from ae ValueError: Could not load the Space: fffiloni/audio-to-spectrogram

Container logs:

Fetching error logs...