Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CristianGonzalez281098
/
Cheto
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
849eb24
Cheto
/
app.py
CristianGonzalez281098
Create app.py
849eb24
almost 3 years ago
raw
Copy download link
history
blame
Safe
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();