piotrekgrl's picture
gradio ui wording
4438281
raw
history blame contribute delete
219 Bytes
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)