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