nakas commited on
Commit
fcecdda
1 Parent(s): 7352f7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def mel_to_audio(mel_spectrogram):
14
  # Save the audio to a file
15
  output = 'output.wav'
16
  sample = 44100
17
- pring (output)
18
  librosa.output.write_wav(output, audio, sample)
19
  return output
20
 
 
14
  # Save the audio to a file
15
  output = 'output.wav'
16
  sample = 44100
17
+ print (output)
18
  librosa.output.write_wav(output, audio, sample)
19
  return output
20