ChaiTD's picture
Upload tool
2571628 verified
Raw
History Blame Contribute Delete
128 Bytes
from smolagents import launch_gradio_demo
from tool import CityDatabaseTool
tool = CityDatabaseTool()
launch_gradio_demo(tool)