Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wootang01
/
text_generator
like
12
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f129196
text_generator
/
app.py
Wootang01
Update app.py
f129196
over 2 years ago
raw
Copy download link
history
blame
130 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-neo-1.3B"
, inputs=gr.Textbox(lines=
5
), outputs=
"text"
).launch()