Cheto / app.py
CristianGonzalez281098's picture
Create app.py
849eb24
raw
history blame contribute delete
No virus
199 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/gpt2", title = "Mi Demo Cristian", examples=examples).launch();