DewiBrynJones commited on
Commit
634ae09
1 Parent(s): 6377492

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"], # 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"], # can also leave this argument empty to load all of the included pre-trained models
24
  )
25
 
26
  # Define function to process audio