Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mshook
/
Simple-gpt2-xl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2a8587
Simple-gpt2-xl
/
app.py
mshook
Change model
c2a8587
about 2 years ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2-xl"
).launch()