kangas-demo / startup.sh
CalebCometML's picture
Update startup.sh
309d42a
raw
history blame
142 Bytes
#!/bin/bash
kangas server --frontend-port=7640 &
streamlit run app.py --server.port 7680 &
flask run --app router &
wait -n
exit $?