Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eusholli
/
yolo-v8
like
0
Sleeping
App
Files
Files
Community
7768db8
yolo-v8
/
run_streamlist.sh
Geoffrey Hollingworth
initial upload
3d3f535
6 months ago
raw
Copy download link
history
blame
Safe
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
"
$@
"