I have made face recognisation using OpenCv
, mediapipe
and python
. I created backend using flask
and this is working completely fine on my PC but on deploying it on heroku
is creating a error(code=H10
).
Can anyone please fix this error?
2022-02-20T09:03:40.710031+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=herokubkl.herokuapp.com request_id=67efdb2a-92e6-4304-ac32-2ac913a3d856 fwd="223.177.45.56" dyno=web.1 connect=5001ms service= status=503 bytes= protocol=https
app.run(host='0.0.0.0', port=port, debug=True)```
This is my wsgi file – Somesh Rawat Feb 20 '22 at 11:58