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