diff --git a/smarketing-ai/services/poster_service.py b/smarketing-ai/services/poster_service.py index cc9ce1f..9dc5f97 100644 --- a/smarketing-ai/services/poster_service.py +++ b/smarketing-ai/services/poster_service.py @@ -101,7 +101,7 @@ class PosterService: if temp_path: temp_files.append(temp_path) - # 이미지 분석 + # 이미지 분석 시작 image_info = self.image_processor.get_image_info(temp_path) image_description = self.ai_client.analyze_image(temp_path) colors = self.image_processor.analyze_colors(temp_path, 5)