simulstreaming uses empty space as separator
This commit is contained in:
parent
aad2c55d8c
commit
9ff513093b
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ class OpenaiApiASR(ASRBase):
|
|||
|
||||
class SimulStreamingASR(ASRBase):
|
||||
"""SimulStreaming backend with AlignAtt policy."""
|
||||
sep = " "
|
||||
sep = ""
|
||||
|
||||
def __init__(self, lan, modelsize=None, cache_dir=None, model_dir=None, logfile=sys.stderr, **kwargs):
|
||||
if not SIMULSTREAMING_AVAILABLE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue