Spaces:
Sleeping
Sleeping
| from functools import lru_cache | |
| from transformers import pipeline | |
| def get_classifier(): | |
| return pipeline( | |
| "text-classification", "mothy-08/deberta-v3-xsmall-finetuned-content-moderator" | |
| ) | |