Skip to content

Commit

Permalink
Update transcribe_audio.spec
Browse files Browse the repository at this point in the history
* Forgot to add the html data to build spec, oops
  • Loading branch information
cyberofficial committed Aug 8, 2023
1 parent fe627c4 commit b0e95b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions transcribe_audio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ a = Analysis(
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'),
('data_whisper\\Lib\\site-packages\\whisper\\assets\\gpt2.tiktoken', 'whisper\\assets')],
('data_whisper\\Lib\\site-packages\\whisper\\assets\\gpt2.tiktoken', 'whisper\\assets'),
('html_data\\static\\*', 'html_data\\static\\'),
('html_data\\*', 'html_data\\')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down Expand Up @@ -52,4 +54,4 @@ exe = EXE(
codesign_identity=None,
entitlements_file=None,
onefile=True,
)
)

0 comments on commit b0e95b5

Please sign in to comment.