FacialRecognition-Demo/run.py

8 lines
82 B
Python
Raw Normal View History

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