Spaces:
Runtime error
Runtime error
runtime error
Space failed to start. Exit code: 1
Container logs:
qq6t6 2023-03-16T08:40:24.088Z Fetching Space from: https://huggingface.co/spaces/sanchit-gandhi/whisper-large-v2
qq6t6 2023-03-16T08:40:24.176Z Fetching Space from: https://huggingface.co/spaces/Flux9665/IMS-Toucan
qq6t6 2023-03-16T08:40:24.223Z /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Textbox, please remove them: {'default': ''}
qq6t6 2023-03-16T08:40:24.223Z warnings.warn(
qq6t6 2023-03-16T08:40:24.223Z /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Dropdown, please remove them: {'default': 'English Text'}
qq6t6 2023-03-16T08:40:24.223Z warnings.warn(
qq6t6 2023-03-16T08:40:24.223Z /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Dropdown, please remove them: {'default': 'English Accent'}
qq6t6 2023-03-16T08:40:24.223Z warnings.warn(
qq6t6 2023-03-16T08:40:24.224Z /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Dropdown, please remove them: {'default': "English Speaker's Voice"}
qq6t6 2023-03-16T08:40:24.224Z warnings.warn(
qq6t6 2023-03-16T08:40:24.510Z Fetching Space from: https://huggingface.co/spaces/fffiloni/one-shot-talking-face
qq6t6 2023-03-16T08:41:24.551Z Traceback (most recent call last):
qq6t6 2023-03-16T08:41:24.551Z File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 399, in from_spaces
qq6t6 2023-03-16T08:41:24.552Z config = json.loads(result.group(1)) # type: ignore
qq6t6 2023-03-16T08:41:24.552Z AttributeError: 'NoneType' object has no attribute 'group'
qq6t6 2023-03-16T08:41:24.552Z
qq6t6 2023-03-16T08:41:24.552Z During handling of the above exception, another exception occurred:
qq6t6 2023-03-16T08:41:24.552Z
qq6t6 2023-03-16T08:41:24.552Z Traceback (most recent call last):
qq6t6 2023-03-16T08:41:24.552Z File "app.py", line 15, in <module>
qq6t6 2023-03-16T08:41:24.552Z talking_face = gr.Blocks.load(name="spaces/fffiloni/one-shot-talking-face", api_key=token)
qq6t6 2023-03-16T08:41:24.552Z File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1171, in load
qq6t6 2023-03-16T08:41:24.552Z return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs)
qq6t6 2023-03-16T08:41:24.552Z File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 70, in load_blocks_from_repo
qq6t6 2023-03-16T08:41:24.552Z blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs)
qq6t6 2023-03-16T08:41:24.552Z File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 401, in from_spaces
qq6t6 2023-03-16T08:41:24.552Z raise ValueError("Could not load the Space: {}".format(space_name))
qq6t6 2023-03-16T08:41:24.552Z ValueError: Could not load the Space: fffiloni/one-shot-talking-face