first commit

This commit is contained in:
2024-07-08 14:15:34 +08:00
commit 8bbb96fe44
8 changed files with 303 additions and 0 deletions

5
api/wenet/run_wenet.sh Normal file
View File

@@ -0,0 +1,5 @@
export FLASK_APP=main.py
export FLASK_ENV=development
flask run \
-h 0.0.0.0 \
-p 9991