Raigan5
Results
1
issues of
Raigan5
I tried to adapt this snippet of code https://huggingface.co/facebook/seamless-m4t-unity-small-s2t#inference ```python import torchaudio import torch import sounddevice as sd import numpy as np import soundfile as sf audio_input, _ = torchaudio.load("example.wav")...