Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9fd7cbf

Browse files
committed
ds v0.4
1 parent 6b28afc commit 9fd7cbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:aa9b02239a5585e78758f5ec167e7ae8098848df8d27bcea39aaa4cd7f031cfa
3+
size 17210549

server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def formatTime(self, record, datefmt=None):
9696
model = ds.Model(args.model, N_FEATURES, N_CONTEXT, args.alphabet, BEAM_WIDTH)
9797

9898
log.debug('Loading language model...')
99-
model.enableDecoderWithLM(args.alphabet, args.lm, args.alphabet, ALPHA, BETA)
99+
model.enableDecoderWithLM(args.alphabet, args.lm, '', ALPHA, BETA)
100100

101101
log.debug('Loading voice activity detector...')
102102
vad = webrtcvad.Vad(mode=3)

0 commit comments

Comments
 (0)