Time/length limit?

#1
by synthetisoft - opened

I'm trying to transcribe a .wav that is over an hour of audio in length. I get a nondescript error each time it starts processing. Is there a limit?

Hey @synthetisoft ! Is the error when you're uploading the file? Or when the model starts transcribing?

Could you try following the code snippet here to run inference directly with the model on your hour long audio sample: https://github.com/huggingface/speechbox/tree/main#asr-with-speaker-diarization

And then copy and past the error you're getting? I'll be able to provide some insight once I know what's going wrong!

Sign up or log in to comment