Procházet zdrojové kódy

chore: typo fix on post_api (#605)

Signed-off-by: bjwswang <bjwswang@botnow.cn>
bjwswang před 1 rokem
rodič
revize
95a808418f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/post_api.py

+ 1 - 1
tools/post_api.py

@@ -33,7 +33,7 @@ def parse_args():
         "-id",
         type=str,
         default=None,
-        help="ID of the reference model o be used for the speech",
+        help="ID of the reference model to be used for the speech",
     )
     parser.add_argument(
         "--reference_audio",