Example doesn work because of "ValueError: You have passed more than 3000 mel input features (> 30 seconds) "

#81
by pengzhenghao97 - opened

ValueError: You have passed more than 3000 mel input features (> 30 seconds) which automatically enables long-form generation which requires the model to predict timestamp tokens. Please either pass return_timestamps=True or make sure to pass no more than 3000 mel input features.

Sign up or log in to comment