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)