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...
0153225
UB_VSA
/
start.sh
AUMREDKA
Update start.sh
9d74eca
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
95 Bytes
#!/bin/bash
python main.py --build &
python main.py --api &
python main.py --frontend &
wait