Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
faser45
/
gpt2-xl
like
0
Running
App
Files
Files
Community
c415daa
gpt2-xl
/
app.py
faser45
initial commit
c415daa
over 1 year ago
raw
Copy download link
history
blame
Safe
65 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/gpt2-xl"
).launch()