File size: 128 Bytes
25aa079
 
 
 
1
2
3
4
5
from transformers import launch_gradio_demo
from py_interpreter import PythonInterpreter

launch_gradio_demo(PythonInterpreter)