添加模型对外API

This commit is contained in:
qcloud
2024-07-09 16:47:45 +08:00
parent 8bbb96fe44
commit 8fd9ce4880
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export FLASK_APP=main.py
export FLASK_ENV=development
flask run \
-h 0.0.0.0 \
-p 9990