Spaces:
Running
Running
Update gradio_app.py
Browse files- 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 |
|