Hi , i can't use this repo.i'm getting from transformers import WhisperProcessor, WhisperForConditionalGeneration ImportError: cannot import name 'WhisperProcessor' from 'transformers' error
from transformers import WhisperProcessor, WhisperForConditionalGeneration ImportError: cannot import name 'WhisperProcessor' from 'transformers'
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