datetime_tool / app.py
aneesarom's picture
Upload tool
23be5f9 verified
raw
history blame
116 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)