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