Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
FauzanL
/
TESST
like
0
Translation
Indonesian
Model card
Files
Files and versions
xet
Community
FauzanL
commited on
Dec 26, 2023
Commit
2ebb5e7
·
1 Parent(s):
8da6fcf
Create Pipeline
Browse files
Files changed (1)
hide
show
Pipeline
+7
-0
Pipeline
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
from transformers input pipeline
2
+
3
+
classifier =pipeline("Send Me The Analyst")
4
+
5
+
res = classifier("I've been waiting for the friedrice ")
6
+
7
+
print(res)