from transformers import launch_gradio_demo
from python_tool import PythonExecutorToolWithInputs

launch_gradio_demo(PythonExecutorToolWithInputs)