CoolFace
Apppublic

multimodalart/queue_flask

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
start.sh9 linesDownload Raw Back to root
1#!/bin/bash2 3# Start Nginx and output to /dev/null4nginx -t5#service nginx start &> /dev/null6 7# If Nginx started successfully, then start the Flask application8python app.py9