imenLa commited on
Commit
7ad56ab
·
verified ·
1 Parent(s): 3434a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def generate_tts():
13
  def generate_audio(note, octave, duration):
14
  generate_tts()
15
  wav_file_path = "output.wav"
 
16
  sr, audio_data = wavfile.read(wav_file_path)
17
 
18
  return sr, audio_data
 
13
  def generate_audio(note, octave, duration):
14
  generate_tts()
15
  wav_file_path = "output.wav"
16
+
17
  sr, audio_data = wavfile.read(wav_file_path)
18
 
19
  return sr, audio_data