File size: 219 Bytes
85bccd0
 
 
4438281
85bccd0
 
 
4438281
1
2
3
4
5
6
7
8
9
from smolagents import launch_gradio_demo
from typing import Optional
from tool import LocalPythonDebuggerTool
from ui import custom_launch_gradio_demo

tool = LocalPythonDebuggerTool()

custom_launch_gradio_demo(tool)