fffiloni commited on
Commit
40f269b
·
verified ·
1 Parent(s): 6d25e94

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -0
gradio_app.py CHANGED
@@ -63,6 +63,8 @@ def separate_speakers_core(audio_path):
63
  torchaudio.save(path, speaker_waveform, TARGET_SR, format="wav", encoding="PCM_S", bits_per_sample=16)
64
  output_files.append(path)
65
 
 
 
66
  return output_files
67
 
68
 
 
63
  torchaudio.save(path, speaker_waveform, TARGET_SR, format="wav", encoding="PCM_S", bits_per_sample=16)
64
  output_files.append(path)
65
 
66
+ print(output_files)
67
+
68
  return output_files
69
 
70