Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
remainsalways
/
src
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
remainsalways
commited on
Dec 9, 2024
Commit
3f7c4bf
·
verified
·
1 Parent(s):
50976ad
Update start
Browse files
Files changed (1)
hide
show
start
+6
-2
start
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
-
#!bin/bash
2
python3 -m devgagan &
3
-
exec python3 app.py
1
+
#!
/
bin/bash
2
+
3
+
# Start pyUltroid in the background
4
python3 -m devgagan &
5
+
6
+
# Start server.py in the foreground
7
+
exec python3 app.py