Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
robot-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8babf3d
robot-test
/
app.py
abidlabs
HF Staff
Create app.py
8babf3d
almost 3 years ago
raw
Copy download link
history
blame
Safe
185 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()