Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ async def generate_story_audios(story: StoryCreationDTO, base_output: str):
|
|
| 156 |
prosody_file_title = await download_file_from_url(chapter.title.prosodyReference)
|
| 157 |
title_save_path = chapter_dir / "title.wav"
|
| 158 |
|
| 159 |
-
|
| 160 |
chapter.title.sentence,
|
| 161 |
chapter.title.emotion,
|
| 162 |
chapter.title.intensity
|
|
|
|
| 156 |
prosody_file_title = await download_file_from_url(chapter.title.prosodyReference)
|
| 157 |
title_save_path = chapter_dir / "title.wav"
|
| 158 |
|
| 159 |
+
tagged_text_title = generate_tagged_text(
|
| 160 |
chapter.title.sentence,
|
| 161 |
chapter.title.emotion,
|
| 162 |
chapter.title.intensity
|