Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|