timezone_tool / app.py
peterbonnesoeur's picture
First commit
6d113c1
Raw
History Blame Contribute Delete
169 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import TimeZoneConversionTool
tool = TimeZoneConversionTool()
launch_gradio_demo(tool)