Spaces:
Runtime error
Runtime error
File size: 202 Bytes
c81bea4 |
1 2 3 4 5 |
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(); |