Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gauravlogical
/
gpt2-large
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpt2-large
/
app.py
gauravlogical
initial commit
d750e0c
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
58 Bytes
import
gradio
as
gr
gr.load(
"models/gpt2-large"
).launch()