ShiLiang Zhang
2023-12-29 a2c46d612329f5cbf513d5f14e6938bb1ef56b06
funasr/__init__.py
@@ -6,3 +6,5 @@
version_file = os.path.join(dirname, "version.txt")
with open(version_file, "r") as f:
    __version__ = f.read().strip()
from funasr.bin.inference_cli import infer