#!/bin/bash
python3 server.py --ip '0.0.0.0' --port 60808 &
streamlit run webui/omni_streamlit.py --server.port 7860