Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeamSAS
/
UB_VSA
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Apurva Umredkar
commited on
about 1 month ago
Commit
69d8dfb
·
1 Parent(s):
127c488
fixed starter program, should complete build phase first before running servers
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-
python main.py --build
&
3
4
python main.py --api &
5
1
#!/bin/bash
2
+
python main.py --build
3
4
python main.py --api &
5