File size: 221 Bytes
38c572b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
echo "Downloading NLTK data"
python -m nltk.downloader punkt
python -m nltk.downloader wordnet

   # Install gunicorn
pip install gunicorn

   # Start the Flask application using gunicorn
gunicorn -b 0.0.0.0:$PORT app:app