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