update
This commit is contained in:
parent
140836fe4a
commit
02429c527e
|
@ -12,7 +12,7 @@ cimport numpy as cnp
|
|||
|
||||
cdef int SAMPLE_RATE = 16000
|
||||
cdef char* TEST_FILE = b'test.wav'
|
||||
cdef char* DEFAULT_MODEL = b'tiny'
|
||||
cdef char* DEFAULT_MODEL = 'tiny'
|
||||
cdef char* LANGUAGE = b'fr'
|
||||
|
||||
MODELS = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user