RASMUS commited on
Commit
477ce7b
1 Parent(s): a032b7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Example how to use with WhisperX (https://github.com/m-bain/whisperX)
12
  import whisperx
13
 
14
  device = "cuda"
15
- audio_file = "oma_nauhoitus_16Khz.wav"
16
  batch_size = 16 # reduce if low on GPU mem
17
  compute_type = "float16" # change to "int8" if low on GPU mem (may reduce accuracy)
18
 
 
12
  import whisperx
13
 
14
  device = "cuda"
15
+ audio_file = "oma_nauhoitus_16kHz.wav"
16
  batch_size = 16 # reduce if low on GPU mem
17
  compute_type = "float16" # change to "int8" if low on GPU mem (may reduce accuracy)
18