runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/external.py:72: UserWarning: The `hf_token` parameter is deprecated. Please use the equivalent `token` parameter instead. warnings.warn( Fetching Space from: https://huggingface.co/spaces/username/space-name Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> space = gr.load(name="username/space-name", src="spaces", hf_token="your-hf-token") File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 99, in load return load_blocks_from_huggingface( File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 176, in load_blocks_from_huggingface blocks: gradio.Blocks = factory_methods[src]( File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 499, in from_spaces raise ValueError( ValueError: Could not find Space: username/space-name. If it is a private or gated Space, please provide your Hugging Face access token (https://huggingface.co/settings/tokens) as the argument for the `hf_token` parameter.
Container logs:
Fetching error logs...