mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-06 23:54:17 +00:00
fixed the default value of otc-token in decode.py
This commit is contained in:
parent
0451ff140f
commit
b8aad7b9f2
@ -68,7 +68,7 @@ def get_parser():
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--otc-token", type=str, default="▁<star>", help="OTC token",
|
||||
"--otc-token", type=str, default="<star>", help="OTC token",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user