TESST / Pipeline
FauzanL's picture
Create Pipeline
2ebb5e7
raw
history blame contribute delete
147 Bytes
from transformers input pipeline
classifier =pipeline("Send Me The Analyst")
res = classifier("I've been waiting for the friedrice ")
print(res)