Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wootang01
/
text_generator_two
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a0b5d0
text_generator_two
/
app.py
Wootang01
Update app.py
5a0b5d0
over 2 years ago
raw
Copy download link
history
blame
200 Bytes
import
gradio
as
gr
description_ =
"Kindly input text, submit, and the computer will predict subsequent words for your text input."
gr.Interface.load(
"huggingface/EleutherAI/gpt-neo-2.7B"
).launch()