Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeamSAS
/
UB_VSA
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
UB_VSA
/
start.sh
Apurva Umredkar
fixed starter program, should complete build phase first before running servers
69d8dfb
18 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
#!/bin/bash
python main.py --build
python main.py --api &
python main.py --frontend &
wait