Spaces:
Runtime error
Runtime error
File size: 137 Bytes
7f79b94 |
1 2 3 4 5 |
from transformers import launch_gradio_demo
from python_interpreter_tool import PythonInterpreter
launch_gradio_demo(PythonInterpreter)
|