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