indie-label / run_app.sh
carolanderson's picture
cache SentenceTransformer model and serve app with gunicorn
0362c93
raw
history blame
122 Bytes
#!/bin/bash
cd indie_label_svelte
npm start &
cd ..
gunicorn -b 0.0.0.0:5001 -w 4 --limit-request-line 0 server:app