ruslanmv commited on
Commit
eb527fd
1 Parent(s): 05856e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def compute_embedding(in_fpath):
94
 
95
  # Get the wav from the disk. We take the wav with the vocoder/synthesizer format for
96
  # playback, so as to have a fair comparison with the generated audio
97
- print("Step 1- load_preprocess_wav")
98
  wav = Synthesizer.load_preprocess_wav(in_fpath)
99
 
100
  # important: there is preprocessing that must be applied.
 
94
 
95
  # Get the wav from the disk. We take the wav with the vocoder/synthesizer format for
96
  # playback, so as to have a fair comparison with the generated audio
97
+ print("Step 1- load_preprocess_wav",in_fpath)
98
  wav = Synthesizer.load_preprocess_wav(in_fpath)
99
 
100
  # important: there is preprocessing that must be applied.