Get "ERROR: Exception in ASGI application" when loading

#2
by mikemoz - opened
File "/Users/mheavers/.pyenv/versions/3.12.1/lib/python3.12/site-packages/gradio/routes.py", line 389, in custom_component_path
    component_instance = app.get_blocks().get_component(location["id"])
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/mheavers/.pyenv/versions/3.12.1/lib/python3.12/site-packages/gradio/blocks.py", line 583, in get_component
    assert isinstance(comp, components.Component), f"{comp}"
AssertionError: <gradio_modal.modal.Modal object at 0x11ebe20c0>

image.png

Sign up or log in to comment