Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wootang02
/
textgenerator
like
1
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
8574dd5
textgenerator
/
app.py
Wootang02
Update app.py
8574dd5
about 2 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
, title=
"My First Text Generator"
, description=
"Input text and submit!"
).launch()