unit_conversion / app.py
peterbonnesoeur's picture
Added tool
9e5b98a
raw
history blame
165 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import UnitConversionTool
tool = TimeZoneConversionTool()
launch_gradio_demo(tool)