albertvillanova's picture
Upload tool
f332d77 verified
raw
history blame contribute delete
115 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)