albertvillanova's picture
Upload tool
5c02d2d verified
raw
history blame contribute delete
147 Bytes
from smolagents import launch_gradio_demo
from boolean_default_tool import BooleanDefaultTool
tool = BooleanDefaultTool()
launch_gradio_demo(tool)