Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mucktiymuck
/
gpt2
like
0
Sleeping
App
Files
Files
Community
158d67f
gpt2
/
app.py
mucktiymuck
Update app.py
158d67f
almost 2 years ago
raw
Copy download link
history
blame
Safe
74 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/gpt2"
).launch(
'share=True'
)