dawood's picture
dawood HF staff
Create app.py
4f09f9d
raw
history blame
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()