Spaces:
Runtime error
Runtime error
File size: 138 Bytes
64b8681 |
1 2 3 4 5 |
import gradio as gr
examples = [["My name is Lewis", "Nima is really cool at"]]
gr.Interface.load("huggingface/gpt2", examples=examples) |