DewiBrynJones commited on
Commit
bed73f4
1 Parent(s): 76bbbc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with ir.path('openwakeword', 'resources') as oir:
20
  # Load openWakeWord models
21
  model = Model(
22
  inference_framework="onnx",
23
- wakeword_models=["borah_da.onnx", "prin_hawn_da_max_en.onnx"], # can also leave this argument empty to load all of the included pre-trained models
24
  )
25
 
26
  # Define function to process audio
 
20
  # Load openWakeWord models
21
  model = Model(
22
  inference_framework="onnx",
23
+ wakeword_models=["borah_da.onnx", "prin_hawn_da_max_en.onnx", "max_en.onnx"], # can also leave this argument empty to load all of the included pre-trained models
24
  )
25
 
26
  # Define function to process audio