from smolagents import launch_gradio_demo from tool import DateTimeTool tool = DateTimeTool() launch_gradio_demo(tool)