mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
flake8 [skip ci]
This commit is contained in:
parent
cdd1e529ab
commit
f86be164f4
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ def bulk_predict(
|
|||
wakeword_models: List[str],
|
||||
prediction_function: str = 'predict_clip',
|
||||
ncpu: int = 1,
|
||||
inference_framework = "tflite",
|
||||
inference_framework: str = "tflite",
|
||||
**kwargs
|
||||
):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue