dingbig
2023-02-22 bea5d984233aae08d7b9f6a3e8a3f309fae581ad
funasr/runtime/python/onnxruntime/setup.py
@@ -5,7 +5,7 @@
def get_readme():
    root_dir = Path(__file__).resolve().parent
    readme_path = str(root_dir / 'rapid_paraformer' / 'README.md')
    readme_path = str(root_dir / 'README.md')
    print(readme_path)
    with open(readme_path, 'r', encoding='utf-8') as f:
        readme = f.read()