mayong
2023-03-03 b2a35c75b3f405aab91bd74f59b52fc206a3fedf
funasr/runtime/python/onnxruntime/rapid_paraformer/paraformer_onnx.py
@@ -24,7 +24,7 @@
    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():