Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomcheng
/
textgeneration
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1324528
textgeneration
/
app.py
tomcheng
Update app.py
1324528
about 2 years ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2"
).launch()