Space_de_jeremy / app.py
JeremyAlcain's picture
Create app.py
1c6907e
raw
history blame contribute delete
190 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M", examples=examples).launch();