Skip to content

Commit

Permalink
fix SUNO
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua committed Sep 30, 2024
1 parent 7c1ccb2 commit a585cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def generate_podcast(
transcript += speaker + "\n\n"
total_characters += len(line.text)

language_for_tts = language
language_for_tts = LANGUAGE_MAPPING['language']

if not use_advanced_audio:
language_for_tts = MELO_TTS_LANGUAGE_MAPPING[language_for_tts]
Expand Down

0 comments on commit a585cd8

Please sign in to comment.