This commit is contained in:
Luke Southam 2022-12-11 02:14:16 +00:00
parent 140836fe4a
commit 02429c527e

View File

@ -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 = {