MariaKaiser commited on
Commit
1c8a2de
·
verified ·
1 Parent(s): 97f3e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -550,7 +550,7 @@ async def run_tts_pipeline(task_id: str, story: StoryCreationDTO):
550
 
551
  supabase.storage.from_("story-audio-files").upload(
552
  storage_path,
553
- final_generated_storypath
554
  )
555
 
556
  # 6️⃣ Get public URL
 
550
 
551
  supabase.storage.from_("story-audio-files").upload(
552
  storage_path,
553
+ final_generated_story_path
554
  )
555
 
556
  # 6️⃣ Get public URL