satisl
satisl
 If the model is manually unloaded after processing the file, the program will crash 
Glad to know that the reason has been detected. With this setting, the program runs nomally. However, maybe it will produce slightly worsen result? I don't know.
``` import os import subprocess from faster_whisper import WhisperModel files = os.listdir('input') for file in files: file = file.rsplit('.', 1)[0] print(file) command = f'ffmpeg -i \"input\\{file}.mp4\" -vn -ar 16000 -c:a...
same csrf error