mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-12 20:39:09 +00:00
refactor: poster_service.py 수정
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user