refactor: poster_service.py 수정

This commit is contained in:
OhSeongRak 2025-06-19 16:17:00 +09:00
parent 9a8d5a5a3f
commit 5cbd9efd67

View File

@ -101,7 +101,7 @@ class PosterService:
if temp_path: if temp_path:
temp_files.append(temp_path) temp_files.append(temp_path)
# 이미지 분석 # 이미지 분석 시작
image_info = self.image_processor.get_image_info(temp_path) image_info = self.image_processor.get_image_info(temp_path)
image_description = self.ai_client.analyze_image(temp_path) image_description = self.ai_client.analyze_image(temp_path)
colors = self.image_processor.analyze_colors(temp_path, 5) colors = self.image_processor.analyze_colors(temp_path, 5)