FacialRecognition-Demo/run.py

7 lines
83 B
Python
Raw Normal View History

2020-03-15 19:02:37 +00:00
from application import app
2020-03-19 16:52:30 +00:00
app.run(host="localhost", port='5001', debug=True)
2020-03-15 19:02:37 +00:00
2020-03-15 22:15:40 +00:00