Spaces:
Sleeping
Sleeping
File size: 117 Bytes
5f34e64 |
1 2 3 4 |
#!/bin/bash
python3 server.py --ip '0.0.0.0' --port 60808 &
streamlit run webui/omni_streamlit.py --server.port 7860
|