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
tastypear
commited on
Jun 6
Commit
2147bd5
•
1 Parent(s):
0f3b6b0
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-3
start.sh
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
#!/bin/bash
2
-
python
main
.
py
&
3
-
python
space_checker
.py &
4
wait
1
+
#!/bin/bash
2
+
python
-m http
.
server
7860
&
kill $!
3
+
python
main
.py &
4
+
python space_checker.py &
5
wait