#!/bin/bash
export MPLBACKEND=agg
gunicorn --reload --workers=8 --bind=127.0.0.1:8097 name_of_your_app:flask_app
