Qwen2.5 / start.sh
Hivra's picture
Upload 5 files
c3cac89 verified
raw
history blame contribute delete
96 Bytes
#!/bin/bash
python -m http.server 7860 & kill $!
python main.py &
python space_checker.py &
wait