roselee's picture
Upload tool
25aa079
raw
history blame contribute delete
128 Bytes
from transformers import launch_gradio_demo
from py_interpreter import PythonInterpreter
launch_gradio_demo(PythonInterpreter)