test / app.py
Govi2020's picture
test
0dd2eb3 verified
raw
history blame
155 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="priyabrat/bert_categorisation")
)