#!/bin/bash gunicorn -b 0.0.0.0:7860 main:app --timeout 120 python space_checker.py & wait