Clement33 commited on
Commit
8a6f1ed
·
verified ·
1 Parent(s): c7bdf5c

Update src/voice/speech_to_text.py

Browse files
Files changed (1) hide show
  1. src/voice/speech_to_text.py +1 -1
src/voice/speech_to_text.py CHANGED
@@ -23,7 +23,7 @@ print("COMPUTE :", compute_type)
23
  model = WhisperModel(
24
  "base",
25
  device="cpu",
26
- compute_type=compute_type
27
  )
28
 
29
 
 
23
  model = WhisperModel(
24
  "base",
25
  device="cpu",
26
+ compute_type="int8"
27
  )
28
 
29