Ikko Eltociear Ashimine
2023-12-04 a8e364d08c1e16f8d11dedd26911ff003167682d
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)