from smolagents import launch_gradio_demo from boolean_default_tool import BooleanDefaultTool tool = BooleanDefaultTool() launch_gradio_demo(tool)