add back params.language
This commit is contained in:
parent
4e4258a4b5
commit
0f60062097
|
@ -75,6 +75,7 @@ cdef whisper_full_params default_params() nogil:
|
|||
params.print_realtime = True
|
||||
params.print_progress = True
|
||||
params.translate = False
|
||||
params.language = <const char *> LANGUAGE
|
||||
n_threads = N_THREADS
|
||||
return params
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user