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