Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tastypear/Qwen-2.5-minimal-Chat
tastypear
/
HY-Chat
like
0
Running
App
Files
Files
Community
main
HY-Chat
/
start.sh
tastypear
Update start.sh
2147bd5
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
#!/bin/bash
python -m http.server 7860 &
kill
$!
python main.py &
python space_checker.py &
wait