IndexError: list index out of range
#3
by
MatBar99
- opened
Hi, I try to run repo using sample code provided. Unfortunetely, I get this error:
Traceback (most recent call last):
hf_pipeline_output = pipe(sample)
return super().__call__(inputs, **kwargs)
return next(
processed = self.infer(item, **self.params)
text, optional = self.tokenizer._decode_asr(
return _decode_asr(
start_time = round(token_timestamps[i] + time_offset, 2)
I'm using conda and I installed all needed packages using tutorial provided here: https://github.com/nyrahealth/CrisperWhisper
could you checkout this issue and see if this solves your problem: