Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ReZon8
/
openai-community-gpt2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
156f7fd
openai-community-gpt2
/
app.py
drzo
initial commit
156f7fd
verified
8 months ago
raw
Copy download link
history
blame
Safe
69 Bytes
import
gradio
as
gr
gr.load(
"models/openai-community/gpt2"
).launch()