We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34a1a5 commit b3c393dCopy full SHA for b3c393d
DPF/filters/videos/videohash_filter.py
@@ -1,7 +1,7 @@
1
import io
2
from typing import Any
3
import shutil
4
-from videohash import VideoHash
+from videohash import VideoHash # type: ignore
5
from uuid import uuid4
6
import os
7
@@ -10,7 +10,6 @@
10
from .video_filter import VideoFilter
11
12
13
-
14
class VideohashFilter(VideoFilter):
15
16
def __init__(
pyproject.toml
@@ -37,7 +37,8 @@ filters = [
37
'salesforce-lavis',
38
'py3langid',
39
'deep_translator',
40
- 'huggingface_hub'
+ 'huggingface_hub',
41
+ 'videohash'
42
]
43
nsfw_detector = ['tensorflow', 'autokeras']
44
llava = [
0 commit comments