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...
3579adb
textgeneration
/
app.py
tomcheng
Update app.py
3579adb
about 2 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2-XL"
,title=
"GOD is Me"
,description=
"Very nice"
).launch()