Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Abdel
/
ES-NLP
like
0
Sleeping
App
Files
Files
Community
5ba1fd4
ES-NLP
/
app.py
Abdel
Create app.py
5ba1fd4
over 2 years ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
, examples=examples).launch();