Change transcribe compute to float32
Browse files- transcribe.py +1 -1
transcribe.py
CHANGED
@@ -28,7 +28,7 @@ def transcribe(audio_file, language, device, vocals):
|
|
28 |
model = "large-v2"
|
29 |
# word_timestamps = True
|
30 |
print_progress = False
|
31 |
-
compute_type = "
|
32 |
fp16 = True
|
33 |
batch_size = 8
|
34 |
verbose = False
|
|
|
28 |
model = "large-v2"
|
29 |
# word_timestamps = True
|
30 |
print_progress = False
|
31 |
+
compute_type = "float32"
|
32 |
fp16 = True
|
33 |
batch_size = 8
|
34 |
verbose = False
|