Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
course-demos
/
codeparrot-ds
like
0
Running
App
Files
Files
Community
aac5cb7
codeparrot-ds
/
app.py
dawood
HF staff
Update app.py
aac5cb7
over 2 years ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/huggingface-course/codeparrot-ds"
, title=
None
, inputs=gr.Textbox(label=
"Input"
, default=
"plt.imshow("
)).launch()