use ai
This commit is contained in:
@@ -23,5 +23,4 @@ from REST_AI_ENGINE_CONTROL.app.common.config import conf
|
||||
|
||||
if __name__ == '__main__':
|
||||
print('main.py run')
|
||||
# os.system(". ./rtsp_start.sh")
|
||||
uvicorn.run('REST_AI_ENGINE_CONTROL.app.main:app', host='0.0.0.0', port=conf().REST_SERVER_PORT, reload=True)
|
||||
Reference in New Issue
Block a user