Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
FauzanL
/
TESST
like
0
Translation
Indonesian
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
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)