Spaces:
Running
on
Zero
Running
on
Zero
Update whisper2.py
Browse files- whisper2.py +1 -1
whisper2.py
CHANGED
@@ -28,7 +28,7 @@ def convert_forced_to_tokens(forced_decoder_ids):
|
|
28 |
|
29 |
|
30 |
def change_formate(input_file):
|
31 |
-
ffmpeg.input(input_file).output("16_" + input_file, loglevel='quiet', **{'ar': '16000'}).run(
|
32 |
return "16_" + input_file
|
33 |
|
34 |
|
|
|
28 |
|
29 |
|
30 |
def change_formate(input_file):
|
31 |
+
ffmpeg.input(input_file).output("16_" + input_file, loglevel='quiet', **{'ar': '16000'}).run()
|
32 |
return "16_" + input_file
|
33 |
|
34 |
|