divisors / app.py
iQuentin's picture
Upload tool
a21372d verified
raw
history blame
116 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)