francisco-perez-sorrosal's picture
Upload tool
46331e9 verified
raw
history blame contribute delete
147 Bytes
from smolagents import launch_gradio_demo
from tool import MySuperheroPartyThemeTool
tool = MySuperheroPartyThemeTool()
launch_gradio_demo(tool)