Duplicated from tastypear/Qwen-2.5-minimal-Chat
2147bd5 7d386ca
1
2
3
4
5
#!/bin/bash python -m http.server 7860 & kill $! python main.py & python space_checker.py & wait