FacialRecognition-Demo/run.py

7 lines
83 B
Python

from application import app
app.run(host="localhost", port='5001', debug=True)