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 caf51b2 commit befee83Copy full SHA for befee83
src/transformers/models/smolvlm/processing_smolvlm.py
@@ -27,13 +27,6 @@
27
from ...video_utils import VideoInput
28
29
30
-if is_vision_available():
31
- from .video_processing_smolvlm import (
32
- DEFAULT_MEDIA_OUTTRO,
33
- DEFAULT_VIDEO_INTRO,
34
- FRAME_TIMESTAMP_MESSAGE,
35
- )
36
-
37
if is_vision_available():
38
from .video_processing_smolvlm import (
39
DEFAULT_MEDIA_OUTTRO,
0 commit comments