Skip to content

Commit

Permalink
Update transcribe_audio.spec
Browse files Browse the repository at this point in the history
* add modules folder to build file
  • Loading branch information
cyberofficial committed Aug 2, 2023
1 parent e8e49fa commit 3609bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcribe_audio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ binaries = [(dll, '.') for dll in cuda_dlls]

a = Analysis(
['transcribe_audio.py'],
pathex=[],
pathex=['.', './modules'],
binaries=binaries,
datas=[('data_whisper\\Lib\\site-packages\\whisper\\assets\\mel_filters.npz', 'whisper\\assets'),
('data_whisper\\Lib\\site-packages\\whisper\\assets\\multilingual.tiktoken', 'whisper\\assets'),
Expand Down

0 comments on commit 3609bc4

Please sign in to comment.