Skip to content

Commit 03303fa

Browse files
committed
fix: video_detector.py에 import tempfile 추가
1 parent bb50dee commit 03303fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/services/file/video_detector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
영상 개인정보 탐지 (Vision + LLM)
33
"""
4+
import tempfile
45
from typing import Dict, List
56
from app.services.file.image_detector import ImageDetector
67
from app.services.file.audio_service import AudioDetector

0 commit comments

Comments
 (0)