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