Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wootang01
/
text_generator_five
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e4f6a30
text_generator_five
/
app.py
Wootang01
Update app.py
e4f6a30
over 2 years ago
raw
Copy download link
history
blame
201 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-neo-1.3B"
, title=
"Text Generator Five w/ Variables"
, description=
"Input your text, submit and the machine will output text."
).launch()