Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lvwerra/python-interpreter
lewtun
/
python-interpreter
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb2b45f
python-interpreter
/
app.py
lvwerra
HF Staff
Upload tool
7f79b94
almost 2 years 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)