Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TejAndrewsACC
/
EleutherAI-gpt-j-6b
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EleutherAI-gpt-j-6b
/
app.py
TejAndrewsACC
initial commit
5e143b7
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/EleutherAI/gpt-j-6b"
).launch()