File size: 198 Bytes
4f09f9d |
1 2 3 4 |
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()
|