Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Jefforudn
/
gpt2
like
0
Runtime error
App
Files
Files
Community
main
gpt2
/
app.py
Jefforudn
initial commit
271129b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/gpt2"
).launch()