another_demo / app.py
dmgcsilva's picture
Create app.py
c81bea4
raw
history blame
202 Bytes
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();