Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HolyTreeCrowns
/
EleutherAI-gpt-neo-2.7B
like
0
Sleeping
App
Files
Files
Community
main
EleutherAI-gpt-neo-2.7B
/
app.py
HolyTreeCrowns
initial commit
a4ac2b5
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/EleutherAI/gpt-neo-2.7B"
).launch()