Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ircam-TutorialHF
/
demo-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0eb0121
demo-space
/
app.py
nateraw
Create app.py
0eb0121
almost 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()