Insight Structure of the code Instruction Structure of the code ├── Img | ├── __init__.py | ├── runmodel.py | ├── util.py | ├── static | ├── template | | ├── index.html | | ├── list.html | | └── img.html ├── flaskapp.py ├── wsgi.py Instruction python wsgi.py or gunicorn --bind 0.0.0.0:5000 wsgi:app