fix: Await get_pixelle_video in regenerate_frame_audio
This commit is contained in:
@@ -552,7 +552,7 @@ async def regenerate_frame_audio(
|
||||
from api.dependencies import get_pixelle_video
|
||||
import os
|
||||
|
||||
pixelle_video = get_pixelle_video()
|
||||
pixelle_video = await get_pixelle_video()
|
||||
|
||||
# Create output path
|
||||
output_dir = f"output/{storyboard_id}"
|
||||
|
||||
Reference in New Issue
Block a user