Zhihao Du
2023-03-16 38de2af5bf9976d2f14f087d9a0d31991daf6783
funasr/main_funcs/pack_funcs.py
@@ -191,12 +191,12 @@
    Examples:
        tarfile:
           model.pth
           model.pb
           some1.file
           some2.file
        >>> unpack("tarfile", "out")
        {'asr_model_file': 'out/model.pth'}
        {'asr_model_file': 'out/model.pb'}
    """
    input_archive = Path(input_archive)
    outpath = Path(outpath)