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