word-phone / app.py
patruff's picture
Upload tool
727cf89 verified
raw
history blame contribute delete
158 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import WordPhoneTool
tool = WordPhoneTool()
launch_gradio_demo(tool)