codeparrot-ds / app.py
dawood's picture
dawood HF staff
Update app.py
5309647
raw
history blame
171 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/codeparrot-ds", title=None, inputs=gr.inputs.Textbox(label="Input", default="plt.imshow(")).launch()