FacialRecognition-Demo/run.py

6 lines
82 B
Python

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