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