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