lewtun's picture
lewtun HF Staff
Create new file
64b8681
raw
history blame contribute delete
138 Bytes
import gradio as gr
examples = [["My name is Lewis", "Nima is really cool at"]]
gr.Interface.load("huggingface/gpt2", examples=examples)