Update README.md
Browse files
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 = "
|
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 |
|