MariaKaiser commited on
Commit
bad4f9b
·
verified ·
1 Parent(s): 0c3dd18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- tagged_text_title = generate_tagged_text(
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