Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
seecuecue
/
text_generator
like
1
Runtime error
App
Files
Files
Community
1
8b3b548
text_generator
/
app.py
seecuecue
Create app.py
8b3b548
almost 2 years ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2"
).launch()