parrots icon indicating copy to clipboard operation
parrots copied to clipboard

AttributeError

Open Mr-Biang opened this issue 2 years ago • 0 comments

import parrots text = parrots.speech_recognition_from_file('./16k.wav') Traceback (most recent call last): File "", line 1, in AttributeError: module 'parrots' has no attribute 'speech_recognition_from_file'

How to solve this problem? Thanks.

Mr-Biang avatar Nov 12 '21 04:11 Mr-Biang