from transformers import launch_gradio_demo
from python_interpreter_tool import PythonInterpreter

launch_gradio_demo(PythonInterpreter)