File size: 171 Bytes
85bccd0 |
1 2 3 4 5 6 7 8 |
from smolagents import launch_gradio_demo
from typing import Optional
from tool import LocalPythonDebuggerTool
tool = LocalPythonDebuggerTool()
launch_gradio_demo(tool)
|
85bccd0 |
1 2 3 4 5 6 7 8 |
from smolagents import launch_gradio_demo
from typing import Optional
from tool import LocalPythonDebuggerTool
tool = LocalPythonDebuggerTool()
launch_gradio_demo(tool)
|