from smolagents import launch_gradio_demo from typing import Optional from tool import WordPhoneTool tool = WordPhoneTool() launch_gradio_demo(tool)