doevent commited on
Commit
86b2f53
1 Parent(s): eb13ebc

add language print

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def audio_tts(txt, language, audio_file):
22
  count = 0
23
 
24
  # TTS with on the fly voice conversion
 
25
  if language == "rus":
26
  api_rus.tts_with_vc_to_file(txt, speaker_wav=audio_file, file_path="ouptut.wav")
27
  elif language == "eng":
 
22
  count = 0
23
 
24
  # TTS with on the fly voice conversion
25
+ print(f"Language: {language}")
26
  if language == "rus":
27
  api_rus.tts_with_vc_to_file(txt, speaker_wav=audio_file, file_path="ouptut.wav")
28
  elif language == "eng":