I can't re produce examples.

#17
by ardacik - opened

Hi , i can't use this repo.i'm getting from transformers import WhisperProcessor, WhisperForConditionalGeneration ImportError: cannot import name 'WhisperProcessor' from 'transformers' error

image.png

Hey @ardacik , could you make sure that you have the latest version of transformers installed?

pip install --update transformers

Sign up or log in to comment