Optimize subtitle generation in edge mode (#133)

This commit is contained in:
harry
2024-04-04 09:47:29 +08:00
parent fd81698f66
commit c5e396d484
3 changed files with 47 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
PUNCTUATIONS = [
"?", ",", ".", "", ";", ":",
"", "", "", "", "", "",
"?", ",", ".", "", ";", ":", "!", "",
"", "", "", "", "", "", "", "...",
]
TASK_STATE_FAILED = -1