runtime error
Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 2502, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 986, in run result = context.run(func, *args) File "/usr/local/lib/python3.13/site-packages/gradio/routes.py", line 879, in get_config return ORJSONResponse(content=config) File "/usr/local/lib/python3.13/site-packages/starlette/responses.py", line 189, in __init__ super().__init__(content, status_code, headers, media_type, background) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/starlette/responses.py", line 46, in __init__ self.body = self.render(content) ~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/routes.py", line 176, in render return ORJSONResponse._render(content) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/routes.py", line 169, in _render return orjson.dumps( ~~~~~~~~~~~~^ content, ^^^^^^^^ option=orjson.OPT_SERIALIZE_NUMPY | orjson.OPT_PASSTHROUGH_DATETIME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ default=str, ^^^^^^^^^^^^ ) ^ TypeError: str is not valid UTF-8: surrogates not allowed Traceback (most recent call last): File "/app/app.py", line 103, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2840, 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...