Irpan commited on
Commit
4dcae01
·
1 Parent(s): 4814113
Files changed (1) hide show
  1. tts.py +2 -0
tts.py CHANGED
@@ -72,4 +72,6 @@ def synthesize_turkic_tts(text):
72
 
73
  output_path = "tts_output.wav"
74
  scipy.io.wavfile.write(output_path, rate=22050, data=output.numpy()[0])
 
 
75
 
 
72
 
73
  output_path = "tts_output.wav"
74
  scipy.io.wavfile.write(output_path, rate=22050, data=output.numpy()[0])
75
+
76
+ return output_path
77