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...
AUMREDKA
commited on
Apr 29
Commit
9d74eca
·
verified
·
1 Parent(s):
f0f7ade
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-0
start.sh
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
3
python main.py --api &
4
1
#!/bin/bash
2
+
python main.py --build &
3
4
python main.py --api &
5