Spaces:
Runtime error
Runtime error
from huggingsound import SpeechRecognitionModel | |
model = SpeechRecognitionModel("jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn") | |
audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"] | |
transcriptions = model.transcribe(audio_paths) |