testner / app.py
Shweta0801's picture
Create app.py
480a8f7
raw
history blame
67 Bytes
from transformers import pipeline
classifier = pipeline(task="ner")