datetime_tool / app.py
aneesarom's picture
Upload tool
a6e7cd7 verified
Raw
History Blame Contribute Delete
120 Bytes
from smolagents import launch_gradio_demo
from tool import DateTimeTool
tool = DateTimeTool()
launch_gradio_demo(tool)