Hugging Face's logo
falan42
/
Runtime error

runtime error

Exit code: 1. Reason: i_info api_info = utils.safe_deepcopy(app.get_blocks().get_api_info()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2912, in get_api_info python_type = client_utils.json_schema_to_python_type(info) File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 918, in json_schema_to_python_type type_ = _json_schema_to_python_type(schema, schema.get("$defs")) File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 973, in _json_schema_to_python_type f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 980, in _json_schema_to_python_type f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 926, in _json_schema_to_python_type type_ = get_type(schema) File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 887, in get_type if "const" in schema: ^^^^^^^^^^^^^^^^^ TypeError: argument of type 'bool' is not iterable Traceback (most recent call last): File "/app/app.py", line 363, in <module> demo.queue(api_open=False).launch( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ server_name="0.0.0.0", ^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... debug=True, ^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2582, in launch raise ValueError( "When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost." ) ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

Container logs:

Fetching error logs...