don't tag translated subtitles

This commit is contained in:
j 2024-07-07 15:51:27 +01:00
parent 7567f1ffe2
commit a4a60537f1

View file

@ -42,6 +42,7 @@ def extract_subtitles(item, user, layer, translate, gpu=False):
cmd += [
'--task', 'translate'
]
language = 'en'
if not gpu:
cmd += [
"--fp16", "False",