mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
refactor: poster_service.py 수정
This commit is contained in:
parent
9a8d5a5a3f
commit
5cbd9efd67
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user