piotrekgrl's picture
Upload tool
85bccd0 verified
raw
history blame
171 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import LocalPythonDebuggerTool
tool = LocalPythonDebuggerTool()
launch_gradio_demo(tool)