You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kaldi CLI fails when running 'transcribe.py'
Traceback (most recent call last):
File "/elpis/elpis/examples/cli/kaldi/transcribe.py", line 33, in
t.prepare_audio(faudio)
File "/elpis/elpis/engines/kaldi/objects/transcription.py", line 235, in prepare_audio
self._process_audio_file(audio)
File "/elpis/elpis/engines/kaldi/objects/transcription.py", line 63, in _process_audio_file
self.audio_filename = audio.filename
AttributeError: '_io.BufferedReader' object has no attribute 'filename'
I think the CLI example is out of sync with the use of werkzeug's FileStorage elsewhere.
The text was updated successfully, but these errors were encountered:
The Kaldi CLI fails when running 'transcribe.py'
Traceback (most recent call last):
File "/elpis/elpis/examples/cli/kaldi/transcribe.py", line 33, in
t.prepare_audio(faudio)
File "/elpis/elpis/engines/kaldi/objects/transcription.py", line 235, in prepare_audio
self._process_audio_file(audio)
File "/elpis/elpis/engines/kaldi/objects/transcription.py", line 63, in _process_audio_file
self.audio_filename = audio.filename
AttributeError: '_io.BufferedReader' object has no attribute 'filename'
I think the CLI example is out of sync with the use of werkzeug's FileStorage elsewhere.
The text was updated successfully, but these errors were encountered: