Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ToSeIA
/
PracticaPromptsProgramacion
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4535be3
PracticaPromptsProgramacion
/
app.py
MelisaRS
create app
4535be3
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"EleutherAI/gpt-neox-20b"
)