Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ih0dl
/
openai-community-gpt2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2aaa67
openai-community-gpt2
/
app.py
ih0dl
Update app.py
b2aaa67
verified
9 months ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
gradio
as
gr
gr.load(
"models/openai-community/gpt2"
).launch(share=
True
)