timezone_tool / app.py
peterbonnesoeur's picture
First commit
6d113c1
raw
history blame
169 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import TimeZoneConversionTool
tool = TimeZoneConversionTool()
launch_gradio_demo(tool)