File size: 128 Bytes
e922dc7 |
1 2 3 4 5 6 |
from smolagents import launch_gradio_demo
from tool import LinkupSearchTool
tool = LinkupSearchTool()
launch_gradio_demo(tool)
|
e922dc7 |
1 2 3 4 5 6 |
from smolagents import launch_gradio_demo
from tool import LinkupSearchTool
tool = LinkupSearchTool()
launch_gradio_demo(tool)
|