Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Alejo015
/
space_de_Alejo_Alvarez
like
0
Runtime error
App
Files
Files
Community
8f83814
space_de_Alejo_Alvarez
/
app.py
Alejo015
Update app.py
8f83814
over 2 years ago
raw
Copy download link
history
blame
Safe
188 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"
, examples=examples).launch();