Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zyddnys committed Jul 4, 2020
1 parent 84d8f39 commit ff41b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def copyStateDict(state_dict):
new_state_dict[name] = v
return new_state_dict

parser = argparse.ArgumentParser(description='Generate text bboxes given a video file')
parser = argparse.ArgumentParser(description='Generate subtitle from video file and translated')
parser.add_argument('--video', default='', type=str, help='video file')
parser.add_argument('--language', default='zh-cn', type=str, help='language to translate to')
parser.add_argument('--out', default='', type=str, help='output srt file')
Expand Down

0 comments on commit ff41b4f

Please sign in to comment.