space_ciceri / app.py
ciceridev's picture
Create app.py
0ed76c3
raw
history blame contribute delete
171 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/gpt2", examples=examples).launch();