| runtime error |
| Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, 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 520, in <module> |
| demo.launch() |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2466, in launch |
| raise ValueError( |
| 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: |
|
|
| ===== Application Startup at 2026-06-16 20:45:40 ===== |
|
|
| /usr/local/lib/python3.11/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.44.0, however version 4.44.1 is available, please upgrade. |
| -------- |
| warnings.warn( |
| Running on local URL: http://0.0.0.0:7860 |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, 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 520, in <module> |
| demo.launch() |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2466, in launch |
| raise ValueError( |
| 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. |
| /usr/local/lib/python3.11/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.44.0, however version 4.44.1 is available, please upgrade. |
| -------- |
| warnings.warn( |
| Running on local URL: http://0.0.0.0:7860 |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, in get_type |
| if "const" in schema: |
| ^^^^^^^^^^^^^^^^^ |
| TypeError: argument of type 'bool' is not iterable |
| ERROR: Exception in ASGI application |
| Traceback (most recent call last): |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 415, in run_asgi |
| result = await app( # type: ignore[func-returns-value] |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 62, in __call__ |
| return await self.app(scope, receive, send) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1162, in __call__ |
| await super().__call__(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 90, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ |
| await self.app(scope, receive, _send) |
| File "/usr/local/lib/python3.11/site-packages/gradio/route_utils.py", line 761, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 63, in __call__ |
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 660, in __call__ |
| await self.middleware_stack(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 680, in app |
| await route.handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 1220, in handle |
| await super().handle(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle |
| await self.app(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 143, in app |
| await wrap_app_handling_exceptions(app, request)(scope, receive, send) |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app |
| raise exc |
| File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app |
| await app(scope, receive, sender) |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 129, in app |
| response = await f(request) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 683, in app |
| raw_response = await run_endpoint_function( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 339, in run_endpoint_function |
| return await run_in_threadpool(dependant.call, **values) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 34, in run_in_threadpool |
| return await anyio.to_thread.run_sync(func) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync |
| return await get_async_backend().run_sync_in_worker_thread( |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread |
| return await future |
| ^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run |
| result = context.run(func, *args) |
| ^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 431, in main |
| gradio_api_info = api_info(False) |
| ^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 460, in api_info |
| app.api_info = app.get_blocks().get_api_info() |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2786, in get_api_info |
| python_type = client_utils.json_schema_to_python_type(info) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 893, in json_schema_to_python_type |
| type_ = _json_schema_to_python_type(schema, schema.get("$defs")) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 908, in _json_schema_to_python_type |
| return _json_schema_to_python_type(defs[schema["$ref"].split("/")[-1]], defs) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 947, in _json_schema_to_python_type |
| des = [ |
| ^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 948, in <listcomp> |
| f"{n}: {_json_schema_to_python_type(v, defs)}{get_desc(v)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 955, in _json_schema_to_python_type |
| f"str, {_json_schema_to_python_type(schema['additionalProperties'], defs)}" |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 901, in _json_schema_to_python_type |
| type_ = get_type(schema) |
| ^^^^^^^^^^^^^^^^ |
| File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 863, 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 520, in <module> |
| demo.launch() |
| File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2466, in launch |
| raise ValueError( |
| 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. |
|
|