Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adumbrobot
/
EleutherAI-gpt-j-6b
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EleutherAI-gpt-j-6b
/
app.py
adumbrobot
initial commit
098dbbb
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/EleutherAI/gpt-j-6b"
).launch()