1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-06-13 12:32:08 +00:00

refactored arg parsing to take server cli args

This commit is contained in:
2020-03-27 15:55:56 +05:30
parent 604d0bc87f
commit f7ebd8e90a
4 changed files with 44 additions and 41 deletions

View File

@@ -20,8 +20,8 @@ setup(
packages=["."],
entry_points={
"console_scripts": [
"jasper_transcribe = jasper.__main__:main",
"asr_rpyc_server = jasper.server:main",
"jasper_transcribe = jasper.transcribe:main",
"jasper_asr_rpyc_server = jasper.server:main",
]
},
zip_safe=False,