Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
whale-shark
/
text_generateor
like
1
Runtime error
App
Files
Files
Community
2
New discussion
New pull request
Resources
PR & discussions documentation
Code of Conduct
Hub documentation
All
Discussions
Pull requests
View closed (0)
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
#2 opened almost 2 years ago by
Wootang01
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B") and gr.Parallel(model1, model2, model3, title="My First Text Generation", description="Input text and submit").launch()
#1 opened almost 2 years ago by
Wootang01