Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Wootang02
/
text_generator1
like
1
Runtime error
App
Files
Files
Community
0c91458
text_generator1
/
app.py
Wootang02
Update app.py
0c91458
almost 2 years ago
raw
Copy download link
history
blame
182 Bytes
#level 2 AI-writing tool
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-neo-1.3B"
, title=
"My First Text Generator"
, description=
"Input text and submit!"
).launch()