Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomcheng
/
textgeneration
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5d5ddc9
textgeneration
/
app.py
tomcheng
Update app.py
5d5ddc9
about 2 years ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2-XL"
,title=
"What is AI"
,description=
"unearthil is AI"
).launch()