FacialRecognition-Demo/run.py

8 lines
84 B
Python

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