Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo123
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2587e3b
demo123
/
app.py
valeria-legaria
Update app.py
2587e3b
about 3 years ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
, examples=examples).launch();