Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ToSeIA
/
PracticaPromptsProgramacion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MelisaRS
commited on
Oct 3, 2024
Commit
4535be3
·
verified
·
1 Parent(s):
b0c85df
create app
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-generation", model="EleutherAI/gpt-neox-20b")