Skip to content

Commit

Permalink
This fixes google ASR, but it's damn long to install, prepare at leas…
Browse files Browse the repository at this point in the history
…t 15 minutes on a pi 4
  • Loading branch information
Psychokiller1888 committed Apr 15, 2023
1 parent 7f4757e commit aa7d914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/asr/model/GoogleAsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class GoogleAsr(Asr):
DEPENDENCIES = {
'system': [],
'pip' : {
'grpcio==1.44.0 --no-binary=grpcio',
'grpcio-status==1.44.0 --no-binary=grpcio-status',
'google-cloud-speech==1.3.1'
}
}
Expand Down

0 comments on commit aa7d914

Please sign in to comment.