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