BrightData's picture
Add Bright Data Search Tool
b78b32a verified
raw
history blame
136 Bytes
from smolagents import launch_gradio_demo
from tool import BrightDataSearchTool
tool = BrightDataSearchTool()
launch_gradio_demo(tool)