diff options
| author | Mia Herkt <mia@0x0.st> | 2024-09-25 18:12:39 +0200 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-09-27 06:34:14 +0200 |
| commit | 6393538333338f695e30cce98a82836b04d2658a (patch) | |
| tree | 9921894983b17b480889c495735df8d226e0f086 /requirements.txt | |
| parent | 3330a85c2c4d87f73f88b4ac461f6be18f5c165f (diff) | |
Replace NSFW detector implementation
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b765697..5725839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,9 @@ python_magic clamd # nsfw detection -numpy +torch +transformers +pillow # mod ui av |
