Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
course-demos
/
codeparrot-ds-darkmode
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e61aea3
codeparrot-ds-darkmode
/
app.py
dawood
HF staff
Create app.py
4f09f9d
almost 3 years ago
raw
Copy download link
history
blame
Safe
198 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/huggingface-course/codeparrot-ds"
, title=
None
, theme=
"dark-huggingface"
, inputs=gr.inputs.Textbox(label=
"Input"
, default=
"plt.imshow("
)).launch()