Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xleaps
/
sgo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sgo
/
start.sh
Eric Xu
Fix port binding: start.sh kills zombie, add app logging
618f739
unverified
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
#!/bin/bash
# Kill any process holding port 7860
kill
$(lsof -t -i:7860 2>/dev/null) 2>/dev/null ||
true
sleep
1
exec
python -u web/app.py