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