Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lvwerra
/
python-interpreter
like
4
Runtime error
App
Files
Files
Community
1
7f79b94
python-interpreter
/
app.py
lvwerra
HF staff
Upload tool
7f79b94
over 1 year ago
raw
Copy download link
history
blame
Safe
137 Bytes
from
transformers
import
launch_gradio_demo
from
python_interpreter_tool
import
PythonInterpreter
launch_gradio_demo(PythonInterpreter)