Yurii Paniv commited on
Commit
93fc827
·
1 Parent(s): 9dc2f1a

Move comment to new line

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def tts(text: str, voice: str, speed: float):
63
  VoiceOption.Lada.value: Voices.Lada.value,
64
  VoiceOption.Dmytro.value: Voices.Dmytro.value,
65
  }
66
-
67
  speaker_name = voice_mapping[voice]
68
  text_limit = 7200
69
  text = (
 
63
  VoiceOption.Lada.value: Voices.Lada.value,
64
  VoiceOption.Dmytro.value: Voices.Dmytro.value,
65
  }
66
+
67
  speaker_name = voice_mapping[voice]
68
  text_limit = 7200
69
  text = (