Nephele commited on
Commit
baa6d24
1 Parent(s): b72faf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ def convert_wav_to_mp3(wav_file):
84
  os.rename(wav_file.name, renamed_input_path)
85
  command = ["ffmpeg", "-i", renamed_input_path, "-acodec", "libmp3lame", "-y", output_path_mp3]
86
  os.system(" ".join(command))
 
87
  return output_path_mp3
88
 
89
  def tts_generator(text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model):
 
84
  os.rename(wav_file.name, renamed_input_path)
85
  command = ["ffmpeg", "-i", renamed_input_path, "-acodec", "libmp3lame", "-y", output_path_mp3]
86
  os.system(" ".join(command))
87
+ print(output_path_mp3)
88
  return output_path_mp3
89
 
90
  def tts_generator(text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model):