m-ric's picture
m-ric HF staff
Upload tool
c6aa194 verified
raw
history blame contribute delete
145 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)