Aytacus commited on
Commit
f490873
·
verified ·
1 Parent(s): e00e2b3

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -6,7 +6,7 @@ import scipy.io.wavfile as wav
6
  import numpy as np
7
  import os
8
 
9
- MODEL_PATH = "model_best.pth.pth"
10
  DURATION = 5
11
  VOCAB_STR = "_abcçdefgğhıijklmnoöprsştuüvyzqwx "
12
 
 
6
  import numpy as np
7
  import os
8
 
9
+ MODEL_PATH = "model_best.pth"
10
  DURATION = 5
11
  VOCAB_STR = "_abcçdefgğhıijklmnoöprsştuüvyzqwx "
12