real-jiakai's picture
Upload tool
3531f9c verified
raw
history blame
145 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)