Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aleloved02
/
EleutherAI-gpt-neo-2.7B
like
0
Running
App
Files
Files
Community
02f8e1d
EleutherAI-gpt-neo-2.7B
/
app.py
aleloved02
initial commit
02f8e1d
almost 2 years ago
raw
Copy download link
history
blame
Safe
81 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/EleutherAI/gpt-neo-2.7B"
).launch()