#!/bin/bash exec gunicorn --bind 0.0.0.0:7860 --workers 2 --timeout 120 app:app