Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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
|