diff --git a/app/video/api/routers/v1/video.py b/app/video/api/routers/v1/video.py index 24ecfad..3d3a789 100644 --- a/app/video/api/routers/v1/video.py +++ b/app/video/api/routers/v1/video.py @@ -353,7 +353,7 @@ async def generate_video( # LYRIC AUTO 결정부 if (creatomate_settings.DEBUG_AUTO_LYRIC): auto_text_template = creatomate_service.get_auto_text_template() - final_template["source"]["elements"].append(creatomate_service.auto_lyric()) + final_template["source"]["elements"].append(creatomate_service.auto_lyric(auto_text_template)) else : text_template = creatomate_service.get_text_template() for idx, aligned in enumerate(song_timestamp_list):