Noodle-bg's picture
Upload tool
531f682 verified
raw
history blame
No virus
147 Bytes
from transformers import launch_gradio_demo
from python_tool import PythonExecutorToolWithInputs
launch_gradio_demo(PythonExecutorToolWithInputs)