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