m-ric's picture
m-ric HF staff
Upload tool
6e4eef0 verified
raw
history blame
117 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)