Lab: Python Deploy Flask Q8 & Q9

Please help, I could not complete Q8 & Q9.

@ymtil, It seems that there is an issue with the module.

For the time being, you can install gunicorn from the source by issuing the following command.

pip install git+https://github.com/benoitc/gunicorn.git

Then run gunicorn app:app

We will fix this soon.