Skip to content

Commit

Permalink
revert attempted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed May 10, 2023
1 parent 9aa7f12 commit b96e4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_subtitles/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run( # pylint: disable=too-many-locals,too-many-branches,too-many-statement
api_key=deepl_api_key,
in_srt=src_srt_file,
out_srt=out_file,
from_lang="en-us", # whisper ai is always en-us
from_lang="en",
to_lang=language,
)
assert os.path.exists(
Expand Down

0 comments on commit b96e4ed

Please sign in to comment.