소스 검색

no need for output param

Karl 1 년 전
부모
커밋
0c3d8ce6e3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      auto_subtitle/cli.py

+ 2 - 2
auto_subtitle/cli.py

@@ -29,8 +29,8 @@ def main():
                         "int16", "float16", "bfloat16", "float32"],
                         "int16", "float16", "bfloat16", "float32"],
                         help="Type to use for computation. \
                         help="Type to use for computation. \
                               See https://opennmt.net/CTranslate2/quantization.html.")
                               See https://opennmt.net/CTranslate2/quantization.html.")
-    parser.add_argument("--output_dir", "-o", type=str,
-                        default=".", help="directory to save the outputs")
+    # parser.add_argument("--output_dir", "-o", type=str,
+    #                     default=".", help="directory to save the outputs")
     parser.add_argument("--output_srt", type=str2bool, default=False,
     parser.add_argument("--output_srt", type=str2bool, default=False,
                         help="whether to output the .srt file along with the video files")
                         help="whether to output the .srt file along with the video files")
     parser.add_argument("--srt_only", type=str2bool, default=False,
     parser.add_argument("--srt_only", type=str2bool, default=False,