mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Fix README path error
This commit is contained in:
parent
f2a208d0d2
commit
0153c9eddf
@ -5,7 +5,7 @@ import setuptools
|
||||
|
||||
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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user