LucianoA's picture
Create app.py
3687a94
raw
history blame contribute delete
194 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/ainize/GPT2-futurama-script", examples=examples).launch();