mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
set ploter default to False
This commit is contained in:
parent
9aacdc1158
commit
a1447d12cc
@ -24,7 +24,7 @@ class Paraformer():
|
||||
def __init__(self, model_dir: Union[str, Path] = None,
|
||||
batch_size: int = 1,
|
||||
device_id: Union[str, int] = "-1",
|
||||
plot_timestamp: bool = True,
|
||||
plot_timestamp: bool = False,
|
||||
):
|
||||
|
||||
if not Path(model_dir).exists():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user