amaniopia's picture
Upload tool
619f151 verified
raw
history blame contribute delete
124 Bytes
from smolagents import launch_gradio_demo
from tool import FoodChoiceTool
tool = FoodChoiceTool()
launch_gradio_demo(tool)