import gradio as gr examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"], ["Pork chops are"]] gr.Interface.load("huggingface/mbien/recipenlg", examples=examples).launch();