NaJeongMo

Results 1 comments of NaJeongMo

Try this: ``` import soundfile as sf from google.colab import files import numpy as np sf.write('audio.wav', np.squeeze(np.array(res.cpu()).T), 32000) files.download('audio.wav') ```