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