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