-
Notifications
You must be signed in to change notification settings - Fork 250
get_pretrained_model_paths does not return the new 'hey_rhasspy' model #39
Copy link
Copy link
Closed
s-knibbs/openWakeWord
#1Description
Looks like the list of models here needs to include the new 'hey_rhasspy' model
openWakeWord/openwakeword/__init__.py
Lines 8 to 15 in ab329a5
| models = { | |
| "alexa": { | |
| "model_path": os.path.join(os.path.dirname(os.path.abspath(__file__)), "resources/models/alexa_v0.1.tflite") | |
| }, | |
| "hey_mycroft": { | |
| "model_path": os.path.join(os.path.dirname(os.path.abspath(__file__)), "resources/models/hey_mycroft_v0.1.tflite") | |
| }, | |
| "hey_jarvis": { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels