Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RaoMuneeb
/
gpt2forweb
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
gpt2forweb
/
app.py
RaoMuneeb
initial commit
f5b7ff8
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/gpt2"
).launch()