omni-docker / start.sh
victor's picture
victor HF staff
feat: Run server and Streamlit app in Docker container
5f34e64
raw
history blame contribute delete
117 Bytes
#!/bin/bash
python3 server.py --ip '0.0.0.0' --port 60808 &
streamlit run webui/omni_streamlit.py --server.port 7860