calculator-tool / app.py
sonald's picture
Upload tool
54f968b verified
raw
history blame contribute delete
117 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)