nischaypar's picture
Upload tool
e922dc7 verified
raw
history blame
128 Bytes
from smolagents import launch_gradio_demo
from tool import LinkupSearchTool
tool = LinkupSearchTool()
launch_gradio_demo(tool)