Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
calum
/
calum-tinystories-gpt2-3M
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
067f9ec
calum-tinystories-gpt2-3M
/
app.py
calum
initial commit
067f9ec
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/calum/tinystories-gpt2-3M"
).launch()