yolo-v8 / run_streamlist.sh
Geoffrey Hollingworth
initial upload
3d3f535
raw
history blame
206 Bytes
#!/bin/bash
# Set Chrome as the default browser for this session
export BROWSER="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
# Run Streamlit with the provided arguments
streamlit run "$@"